UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

7 lines 358 B
// eslint-disable-next-line no-restricted-syntax export * from "./index.js"; function unsupported() { throw new Error("only supported in development mode"); } export const getApolloCacheMemoryInternals = unsupported, getApolloClientMemoryInternals = unsupported, getInMemoryCacheMemoryInternals = unsupported; //# sourceMappingURL=index.production.js.map