Replies: 1 comment 4 replies
-
Hi, I haven't got to implement error handling but I recommend reading this article from the doc that may be helpful: https://netflix.github.io/dgs/error-handling/ |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there any way to customize "ValidationError" messages?
These are the posible error types returned when the validation rules are applied:
https://github.com/graphql-java/graphql-java/blob/v16.2/src/main/java/graphql/validation/ValidationErrorType.java
Beta Was this translation helpful? Give feedback.
All reactions