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 0a66bab commit de67ab7Copy full SHA for de67ab7
README.md
@@ -2234,7 +2234,7 @@ const promise = mutate(variables, {
2234
- `idle` initial status prior to the mutation function executing.
2235
- `loading` if the mutation is currently executing.
2236
- `error` if the last mutation attempt resulted in an error.
2237
- - `success' if the last mutation attempt was successful.
+ - `success` if the last mutation attempt was successful.
2238
- `data: undefined | Any`
2239
- Defaults to `undefined`
2240
- The last successfully resolved data for the query.
0 commit comments