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
For GraphQL mutation, we should improve the way validation errors are sent to the front.
It will allow the front end to properly handle translations and field errors
In order to do to so, in case of unprocessable_entity error, an extension property of the GraphQL error will give the full detail of what went wrong when processing the mutation on the model.
For GraphQL mutation, we should improve the way validation errors are sent to the front.
It will allow the front end to properly handle translations and field errors
In order to do to so, in case of
unprocessable_entity
error, an extension property of the GraphQL error will give the full detail of what went wrong when processing the mutation on the model.Example of payload:
The text was updated successfully, but these errors were encountered: