You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/guides/mutations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ A mutation can only be in one of the following states at any given moment:
46
46
47
47
Beyond those primary states, more information is available depending on the state of the mutation:
48
48
49
-
-`error` - If the mutation is in an `isError` state, the error is available via the `error` property.
49
+
-`error` - If the mutation is in an `error` state, the error is available via the `error` property.
50
50
-`data` - If the mutation is in a `success` state, the data is available via the `data` property.
51
51
52
52
In the example above, you also saw that you can pass variables to your mutations function by calling the `mutate` function with a **single variable or object**.
0 commit comments