UNPKG

122 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2export declare const schemaFromExport: (file: string) => Promise<GraphQLSchema>;