UNPKG

245 BTypeScriptView Raw
1import { GraphQLExtensionDeclaration, GraphQLConfig } from 'graphql-config';
2export declare const CodegenExtension: GraphQLExtensionDeclaration;
3export declare function findAndLoadGraphQLConfig(filepath?: string): Promise<GraphQLConfig | void>;