Ejemplo n.º 1
0
 public PlaygroundMiddleware(OwinMiddleware next, GraphQLPlaygroundOptions options) : base(next)
 {
     this.options = options;
 }
Ejemplo n.º 2
0
 public PlaygroundPageModel(GraphQLPlaygroundOptions options)
 {
     _options = options;
 }