UNPKG

219 BTypeScriptView Raw
1import { PluginFunction, Types } from '@graphql-codegen/plugin-helpers';
2import { UrqlGraphCacheConfig } from './config.js';
3export declare const plugin: PluginFunction<UrqlGraphCacheConfig, Types.ComplexPluginOutput>;