@graphql-codegen/typescript-urql-graphcache
Version:
GraphQL Code Generator plugin for generating a generic to be used in graphcache cache config
6 lines (5 loc) • 321 B
TypeScript
import { RawClientSideBasePluginConfig } from '@graphql-codegen/visitor-plugin-common';
/**
* @description This plugin generates a generic for the `@urql/exchange-graphcache` (https://github.com/FormidableLabs/urql/exchanges/graphcache) config.
*/
export type UrqlGraphCacheConfig = RawClientSideBasePluginConfig & {};