@apollo/client
Version:
A fully-featured caching GraphQL client.
4 lines (3 loc) • 368 B
text/typescript
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.cts.map