UNPKG

329 BTypeScriptView Raw
1import { RawClientSideBasePluginConfig } from '@graphql-codegen/visitor-plugin-common';
2/**
3 * @description This plugin generates a generic for the `@urql/exchange-graphcache` (https://github.com/FormidableLabs/urql/exchanges/graphcache) config.
4 */
5export declare type UrqlGraphCacheConfig = RawClientSideBasePluginConfig & {};