New
13.1.0
Breaking changes
- Upgrade graphql-java to v21
- Upgrade to Java 11
- Since GraphQL Java requires Java 11 now, this project does too
Minor changes
- Provider for creating missing resolver data fetcher to provide options and field definition to factory by @timward60 in https://github.com/graphql-java-kickstart/graphql-java-tools/pull/742
- Validate subscription data resolver during schema parsing by @oryan-block in https://github.com/graphql-java-kickstart/graphql-java-tools/pull/756