We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79288db commit 374ba1eCopy full SHA for 374ba1e
1 file changed
packages/react-client/src/qraftAPIClient.ts
@@ -447,7 +447,7 @@ type MutationOperationStateHookCallbacks = Extract<
447
>;
448
449
type MutationOperationStateCallbacks =
450
- | Extract<keyof ServiceMethods, 'isMutating'>
+ | Extract<keyof ServiceMethods, 'getMutationCache' | 'isMutating'>
451
| MutationOperationStateHookCallbacks;
452
453
type InvokeOperationCallback = Extract<
0 commit comments