UNPKG

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