UNPKG

@graphql-mesh/plugin-response-cache

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