UNPKG

@quell/server

Version:

Quell is an open-source NPM package providing a light-weight caching layer implementation and cache invalidation for GraphQL responses on both the client- and server-side. Use Quell to prevent redundant client-side API requests and to minimize costly serv

6 lines 277 B
import { ProtoObjType, QueryMapType } from "../types/types"; export declare function normalizeNode(key: string, value: any, proto: ProtoObjType, parentName: string, map: QueryMapType): { cacheID: string; payload: object; }; //# sourceMappingURL=cacheNormalizer.d.ts.map