UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

6 lines 488 B
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.ts.map