UNPKG

286 BTypeScriptView Raw
1import type { PluginFunction } from '@graphql-codegen/plugin-helpers';
2/**
3 * Plugin for generating fragment masking helper functions.
4 */
5export declare const plugin: PluginFunction<{
6 useTypeImports?: boolean;
7 augmentedModuleName?: string;
8 unmaskFunctionName?: string;
9}>;