Repository URL to install this package:
|
Version:
0.3.0 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const apollo_cache_inmemory_1 = require("apollo-cache-inmemory");
/**
* @api @see https://github.com/apollographql/apollo-cache-persist#react
* @api @see https://www.apollographql.com/docs/react/features/cache-updates.html#normalization
* @todo freeze @@perf
*/
const inMemoryCache = new apollo_cache_inmemory_1.InMemoryCache();
const cache = inMemoryCache;
exports.cache = cache;
exports.default = cache;
//# sourceMappingURL=apolloCache.js.map