Skip to content

Commit

Permalink
Add missed docs for Mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Aug 23, 2023
1 parent f759034 commit fe2a599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/website/docs/api/primitives/mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ This section describes the [_Event_](https://effector.dev/docs/api/effector/even

- `params` with the parameters that were used to start the _Mutation_
- `meta` with the execution metadata
- `status` <Badge type="tip" text="since v0.9.0" /> with a string `"done"`, `"fail"` or `"skip"` for success, failure or skip respectively
- `result` <Badge type="tip" text="since v0.9.0" /> if the `status` is `"done"` with the result of the _Mutation_
- `error` <Badge type="tip" text="since v0.9.0" /> if the `status` is `"fail"` with the error of the _Mutation_

0 comments on commit fe2a599

Please sign in to comment.