UNPKG

175 BTypeScriptView Raw
1import { FileOutput, Types } from 'graphql-codegen-plugin-helpers';
2export declare function generate(config: Types.Config, saveToFile?: boolean): Promise<FileOutput[] | any>;