UNPKG

@graphql-mesh/runtime

Version:
3 lines (2 loc) 147 B
import { KeyValueCache, MeshPlugin } from '@graphql-mesh/types'; export declare function useFetchache(cache: KeyValueCache<any>): MeshPlugin<any>;