UNPKG

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