UNPKG

@graphql-codegen/cli

Version:

<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>

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