UNPKG

graphql-code-generator

Version:

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

8 lines (7 loc) 272 B
import { CLIOptions } from './old-cli-config'; import { Types } from 'graphql-codegen-core'; export declare type YamlCliFlags = { config: string; watch: boolean; } & Partial<CLIOptions>; export declare function createConfig(argv?: string[]): Types.Config | never;