UNPKG

@graphql-codegen/cli

Version:

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

4 lines (3 loc) 211 B
import { Types } from '@graphql-codegen/plugin-helpers'; import { CodegenContext } from './config.cjs'; export declare function executeCodegen(input: CodegenContext | Types.Config): Promise<Types.FileOutput[]>;