コード例 #1
0
 public PlaygroundMiddleware(OwinMiddleware next, GraphQLPlaygroundOptions options) : base(next)
 {
     this.options = options;
 }
コード例 #2
0
 public PlaygroundPageModel(GraphQLPlaygroundOptions options)
 {
     _options = options;
 }