UNPKG

@graphql-mesh/plugin-response-cache

Version:
4 lines (3 loc) 223 B
import { MeshPluginOptions, YamlConfig } from '@graphql-mesh/types'; import { Plugin } from '@envelop/core'; export default function useMeshResponseCache(options: MeshPluginOptions<YamlConfig.ResponseCacheConfig>): Plugin;