예제 #1
0
 public PlaygroundMiddleware(OwinMiddleware next, GraphQLPlaygroundOptions options) : base(next)
 {
     this.options = options;
 }
예제 #2
0
 public PlaygroundPageModel(GraphQLPlaygroundOptions options)
 {
     _options = options;
 }