UNPKG

@graphql-codegen/cli

Version:

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

7 lines (6 loc) 252 B
import { Types } from '@graphql-codegen/plugin-helpers'; import { CodegenContext } from './config.js'; export declare function executeCodegen(input: CodegenContext | Types.Config): Promise<{ result: Types.FileOutput[]; error: Error | null; }>;