paypal / mocca

Mocca is a GraphQL client for JVM languages with the goal of being easy to use, flexible and modular.
MIT License
15 stars 14 forks source link

Add validation module #28 #38

Closed jamesmartinpp closed 2 years ago

jamesmartinpp commented 3 years ago

Issued to address #28

Note that I am using the latest version of hibernate-validator 6 instead of 7 because of failures in the functional tests caused by Jetty requiring the older version of the validation-api.

fabiocarvalho777 commented 2 years ago

@jamesmartinpp please always add the issue number at the end of PR and commit titles preceded by a hashtag. Example:

Add validation module #28

jamesmartinpp commented 2 years ago

@fabiocarvalho777 ... will do.