-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for customized/templated error hash creation #6
Comments
I don't understand what you mean. Whenever a resolve method raises an error the resolved field is set to |
i will try to be more explicit. some people are customizing error fields, for example: https://medium.com/@tarkus/validation-and-user-errors-in-graphql-mutations-39ca79cd00bf |
This is an interesting feature which is unavailable in the current implementation as it only tracks Errors with a path and a message in the form of a Tuple |
For earlier I apologize I do not know English |
Hello. Maybe i missed it in the documentation, is there a way to customise error adding fields?
The text was updated successfully, but these errors were encountered: