UNPKG

@graphql-codegen/cli

Version:
4 lines (3 loc) 245 B
import { GraphQLConfig, GraphQLExtensionDeclaration } from 'graphql-config'; export declare const CodegenExtension: GraphQLExtensionDeclaration; export declare function findAndLoadGraphQLConfig(filepath?: string): Promise<GraphQLConfig | void>;