smallrye-graphql
smallrye-graphql copied to clipboard
Get rid of ValidationService
Have the regular bean validation interceptor handle validation. We will just have to catch a potential ConstraintViolationException from it and properly append it into the response. Preferably make sure that the bean validation dependency stays optional.