UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

3 lines 366 B
import type { ApolloCache } from "@apollo/client"; export declare const mapObservableFragmentMemoized: <From, To>(observable: ApolloCache.ObservableFragment<From>, _cacheKey: symbol, mapFn: (from: ApolloCache.WatchFragmentResult<From>) => ApolloCache.WatchFragmentResult<To>) => ApolloCache.ObservableFragment<To>; //# sourceMappingURL=mapObservableFragment.d.ts.map