UNPKG

graphql-code-generator

Version:

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

3 lines (2 loc) 165 B
import { FileOutput, Types } from 'graphql-codegen-core'; export declare function generate(config: Types.Config, saveToFile?: boolean): Promise<FileOutput[] | any>;