UNPKG

180 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2export declare class GraphQLSchemaHost {
3 private _schema;
4 set schema(schemaRef: GraphQLSchema);
5 get schema(): GraphQLSchema;
6}