UNPKG

122 BTypeScriptView Raw
1import { Source } from 'graphql';
2export declare function produceSchema(source: Source): import("graphql").GraphQLSchema;