UNPKG

@graphql-codegen/client-preset

Version:
12 lines (11 loc) 363 B
import type { PluginFunction } from '@graphql-codegen/plugin-helpers'; /** * Plugin for generating fragment masking helper functions. */ export declare const plugin: PluginFunction<{ useTypeImports?: boolean; augmentedModuleName?: string; unmaskFunctionName?: string; emitLegacyCommonJSImports?: boolean; isStringDocumentMode?: boolean; }>;