UNPKG

@graphql-mesh/plugin-response-cache

Version:
6 lines (5 loc) 236 B
import type { Plugin } from 'graphql-yoga'; import { KeyValueCache, YamlConfig } from '@graphql-mesh/types'; export default function useMeshResponseCache(options: YamlConfig.ResponseCacheConfig & { cache: KeyValueCache; }): Plugin;