smallrye-graphql icon indicating copy to clipboard operation
smallrye-graphql copied to clipboard

Get rid of ValidationService

Open jmartisk opened this issue 3 years ago • 0 comments

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.

jmartisk avatar Jun 30 '22 07:06 jmartisk