UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

9 lines 684 B
export { getSuspenseCache } from "./cache/getSuspenseCache.js"; export type { CacheKey, FragmentKey, QueryKey } from "./cache/types.js"; export type { PreloadedQueryRef, QueryRef } from "./cache/QueryReference.js"; export { assertWrappedQueryRef, getWrappedPromise, InternalQueryReference, unwrapQueryRef, updateWrappedQueryRef, wrapQueryRef, } from "./cache/QueryReference.js"; export type { SuspenseCacheOptions } from "./cache/SuspenseCache.js"; export type { HookWrappers } from "../hooks/internal/wrapHook.js"; export { wrapperSymbol } from "../hooks/internal/wrapHook.js"; export type { FetchMoreFunction, RefetchFunction } from "./types.js"; //# sourceMappingURL=index.d.ts.map