|
5 | 5 | ```ts |
6 | 6 |
|
7 | 7 | import type { ApolloCache } from '@apollo/client/cache'; |
8 | | -import type { ApolloCache as ApolloCache_2 } from '@apollo/client'; |
9 | 8 | import type { ApolloClient } from '@apollo/client'; |
10 | 9 | import type { Cache as Cache_2 } from '@apollo/client/cache'; |
11 | 10 | import type { DataState } from '@apollo/client'; |
@@ -131,16 +130,16 @@ type MakeRequiredVariablesOptional<TVariables extends OperationVariables, TConfi |
131 | 130 | } & Omit<TVariables, keyof TConfiguredVariables>>; |
132 | 131 |
|
133 | 132 | // @public @deprecated (undocumented) |
134 | | -export type MutationFunctionOptions<TData = unknown, TVariables extends OperationVariables = OperationVariables, _TContext = DefaultContext, TCache extends ApolloCache_2 = ApolloCache_2> = useMutation.MutationFunctionOptions<TData, TVariables, TCache>; |
| 133 | +export type MutationFunctionOptions<TData = unknown, TVariables extends OperationVariables = OperationVariables, _TContext = DefaultContext, TCache extends Cache_2.Implementation = Cache_2.Implementation> = useMutation.MutationFunctionOptions<TData, TVariables, TCache>; |
135 | 134 |
|
136 | 135 | // @public @deprecated (undocumented) |
137 | | -export type MutationHookOptions<TData = unknown, TVariables extends OperationVariables = OperationVariables, _TContext = DefaultContext, TCache extends ApolloCache_2 = ApolloCache_2> = useMutation.Options<TData, TVariables, TCache>; |
| 136 | +export type MutationHookOptions<TData = unknown, TVariables extends OperationVariables = OperationVariables, _TContext = DefaultContext, TCache extends Cache_2.Implementation = Cache_2.Implementation> = useMutation.Options<TData, TVariables, TCache>; |
138 | 137 |
|
139 | 138 | // @public @deprecated (undocumented) |
140 | 139 | export type MutationResult<TData = unknown> = useMutation.Result<TData>; |
141 | 140 |
|
142 | 141 | // @public @deprecated (undocumented) |
143 | | -export type MutationTuple<TData, TVariables extends OperationVariables, _TContext = DefaultContext, TCache extends ApolloCache_2 = ApolloCache_2> = useMutation.ResultTuple<TData, TVariables, TCache>; |
| 142 | +export type MutationTuple<TData, TVariables extends OperationVariables, _TContext = DefaultContext, TCache extends Cache_2.Implementation = Cache_2.Implementation> = useMutation.ResultTuple<TData, TVariables, TCache>; |
144 | 143 |
|
145 | 144 | // @public @deprecated (undocumented) |
146 | 145 | export type OnDataOptions<TData = unknown> = useSubscription.OnDataOptions<TData>; |
|
0 commit comments