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
Optional
its value is now set toOptional.empty()
for both omitted and null argument. To get the old behavior back setinputArgumentOptionalDetectOmission
totrue
. - Support for the deprecated
@Batched
annotation has been removed.