@apollo/client
Version:
A fully-featured caching GraphQL client.
7 lines (6 loc) • 490 B
text/typescript
import type { ApolloCache, OperationVariables } from "@apollo/client";
/** @deprecated Use `ApolloCache.WatchFragmentOptions` instead */
export type WatchFragmentOptions<TData = unknown, TVariables extends OperationVariables = OperationVariables> = ApolloCache.WatchFragmentOptions<TData, TVariables>;
/** @deprecated Use `ApolloCache.WatchFragmentResult` instead */
export type WatchFragmentResult<TData> = ApolloCache.WatchFragmentResult<TData>;
//# sourceMappingURL=deprecated.d.cts.map