@matters/apollo-response-cache
Version:
Caching and invalidation mechanisms (plugins, directives) of Apollo GraphQL
6 lines (5 loc) • 328 B
TypeScript
import responseCachePlugin from './plugins/responseCachePlugin.js';
import { logCacheDirective } from './directives/logCache.js';
import { purgeCacheDirective } from './directives/purgeCache.js';
import { invalidateFQC } from './utils.js';
export { responseCachePlugin, logCacheDirective, purgeCacheDirective, invalidateFQC, };