UNPKG

@graphql-codegen/client-preset

Version:
10 lines (9 loc) 286 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; }>;