Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ const promise = mutate(variables, {
- `idle` initial status prior to the mutation function executing.
- `loading` if the mutation is currently executing.
- `error` if the last mutation attempt resulted in an error.
- `success' if the last mutation attempt was successful.
- `success` if the last mutation attempt was successful.
- `data: undefined | Any`
- Defaults to `undefined`
- The last successfully resolved data for the query.
Expand Down