@stewartmcgown/apollo-response-cache
Version:
Caching and invalidation mechanisms (plugins, directives) of Apollo GraphQL
7 lines (6 loc) • 489 B
TypeScript
import { LogCacheDirective } from './directives/logCache';
import { PurgeCacheDirective } from './directives/purgeCache';
import { CacheHint, CacheScope, makeCacheHint, plugin as cacheControlPlugin } from './plugins/cacheControlPlugin';
import responseCachePlugin from './plugins/responseCachePlugin';
import { invalidateFQC } from './utils';
export { responseCachePlugin, LogCacheDirective, PurgeCacheDirective, invalidateFQC, cacheControlPlugin, makeCacheHint, CacheScope, CacheHint, };