UNPKG

229 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2export declare class GraphQLSchemaHost {
3 private _schema;
4 set schema(schemaRef: GraphQLSchema);
5 get schema(): GraphQLSchema;
6}
7//# sourceMappingURL=graphql-schema.host.d.ts.map
\No newline at end of file