UNPKG

@matters/apollo-response-cache

Version:

Caching and invalidation mechanisms (plugins, directives) of Apollo GraphQL

10 lines (9 loc) 271 B
export declare const CACHE_KEY_PREFIX_FQC = "fqc:"; /** * Node and FQC hashes array mapping * * | key | value | * | node-fqcs:Article:18 | ["47ea290", "7191828"] | * */ export declare const CACHE_KEY_PREFIX_NODE_FQC = "node-fqcs";