UNPKG

@graphql-mesh/plugin-http-cache

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