Input type validation? #1509
Andras-Csanyi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
My mutations have their own input types. I'd like to validate these objects at java side. It seems there is no option to have the generator to add the necessary bean validation annotations, so I have the following options:
Is there are a way to do this?
Is there a need to extend the generator in a way in the config file the bean validation information can be provided and the generator puts the stuff there?
Beta Was this translation helpful? Give feedback.
All reactions