public PlaygroundMiddleware(OwinMiddleware next, GraphQLPlaygroundOptions options) : base(next) { this.options = options; }
public PlaygroundPageModel(GraphQLPlaygroundOptions options) { _options = options; }