Skip to content

6.1.0

Compare
Choose a tag to compare
@oliemansm oliemansm released this 21 Jun 08:49
· 609 commits to master since this release

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 to Optional.empty() for both omitted and null argument. To get the old behavior back set inputArgumentOptionalDetectOmission to true.
  • Support for the deprecated @Batched annotation has been removed.