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 c369169 commit 0f237bcCopy full SHA for 0f237bc
docs/react/reference/useMutation.md
@@ -51,7 +51,7 @@ mutate(variables, {
51
- If set to `Infinity`, will disable garbage collection
52
- `mutationKey: unknown[]`
53
- Optional
54
- - A mutation key can be set to inherit defaults set with `queryClient.setMutationDefaults` or to identify the mutation in the devtools.
+ - A mutation key can be set to inherit defaults set with `queryClient.setMutationDefaults`.
55
- `networkMode: 'online' | 'always' | 'offlineFirst`
56
- optional
57
- defaults to `'online'`
0 commit comments