UNPKG

graphql-codegen-typescript-client

Version:

graphql-codegen-cli template for TypeScript typings for both client side and server side

7 lines (6 loc) 303 B
import { TypeScriptCommonConfig } from 'graphql-codegen-typescript-common'; import { PluginFunction } from 'graphql-codegen-core'; export interface TypeScriptClientConfig extends TypeScriptCommonConfig { noNamespaces?: boolean; } export declare const plugin: PluginFunction<TypeScriptClientConfig>;