UNPKG

@graphql-mesh/plugin-http-cache

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