UNPKG

@graphql-codegen/cli

Version:

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

6 lines (5 loc) 258 B
import { Types } from '@graphql-codegen/plugin-helpers'; import { CodegenContext } from './config.js'; export declare function generate(input: CodegenContext | (Types.Config & { cwd?: string; }), saveToFile?: boolean): Promise<Types.FileOutput[] | any>;