You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beginMutationA.run!paramsMutationB.run!paramsrescueValidationException=>e...
end
It would be really fine to have a quick access to the cause of the error, like a mutation name. At the moment, everything we got there is the Outcome instance, wrapped with ValidationException.
In fact, the back-reference to the mutation might be useful in many other cases.
The text was updated successfully, but these errors were encountered:
Imagine the following code:
It would be really fine to have a quick access to the cause of the error, like a mutation name. At the moment, everything we got there is the
Outcome
instance, wrapped withValidationException
.In fact, the back-reference to the mutation might be useful in many other cases.
The text was updated successfully, but these errors were encountered: