Mutation promises rejected instead of resolving with Errors
Closed this issue · 0 comments
a-c-sreedhar-reddy commented
If there is an error in a mutation then the mutaion()
promise must resolve with Errors
variant. But it gets rejected.
How can I get the error from .catch
?