UNPKG

@graphql-mesh/plugin-http-cache

Version:
3 lines (2 loc) 217 B
import type { MeshPlugin, MeshPluginOptions, YamlConfig } from '@graphql-mesh/types'; export default function useHTTPCache({ cache, matches, ignores, }: MeshPluginOptions<YamlConfig.HTTPCachePlugin>): MeshPlugin<{}>;