@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
5 lines • 347 B
TypeScript
import { ProtoObjType, QueryMapType } from "../types/types";
import { ServerErrorType } from "../types/types";
export declare function getCacheID(proto: ProtoObjType, map: QueryMapType): string;
export declare function createServerError(log: string, status?: number, userMessage?: string): ServerErrorType;
//# sourceMappingURL=cacheUtils.d.ts.map