UNPKG

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