-
I use the Is there any other workaround to transform the mutation result before returning it? |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Dec 6, 2021
Replies: 1 comment 4 replies
-
at the moment, you can just
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
zirkelc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
at the moment, you can just
await
the result in themutateFn
, and then transform it before you return it?