UNPKG

@graphql-codegen/cli

Version:

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

11 lines (10 loc) 485 B
import { Types } from '@graphql-codegen/plugin-helpers'; import { Answers } from './types.cjs'; export declare function writeConfig(answers: Answers, config: Types.Config): Promise<{ relativePath: string; fullPath: string; }>; export declare function writePackage(answers: Answers, configLocation: string): Promise<void>; export declare function bold(str: string): string; export declare function grey(str: string): string; export declare function italic(str: string): string;