UNPKG

@graphql-codegen/cli

Version:

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

14 lines (13 loc) 467 B
import { type Answers, type PluginOption, Tags } from './types.js'; export declare function getAnswers(possibleTargets: Record<Tags, boolean>): Promise<Answers>; export declare function getApplicationTypeChoices(possibleTargets: Record<Tags, boolean>): { name: string; key: string; value: Tags[]; checked: boolean; }[]; export declare function getPluginChoices(targets: Tags[]): { name: string; value: PluginOption; checked: boolean; }[];