6.1.0
Minor changes
- Validation directives on nested Input fields example #385
- Upgrade to graphql-java 14.1
Breaking changes
- If parameter is of type
Optionalits value is now set toOptional.empty()for both omitted and null argument. To get the old behavior back setinputArgumentOptionalDetectOmissiontotrue. - Support for the deprecated
@Batchedannotation has been removed.