We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8657a4e commit 58b3de8Copy full SHA for 58b3de8
docs/framework/react/reference/useMutation.md
@@ -55,7 +55,7 @@ mutate(variables, {
55
- Optional
56
- A mutation key can be set to inherit defaults set with `queryClient.setMutationDefaults`.
57
- `networkMode: 'online' | 'always' | 'offlineFirst`
58
- - optional
+ - Optional
59
- defaults to `'online'`
60
- see [Network Mode](./guides/network-mode) for more information.
61
- `onMutate: (variables: TVariables) => Promise<TContext | void> | TContext | void`
0 commit comments