Graphql Java Annotations Versions Save

GraphQL Annotations for Java

v21.1

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Enigmatis/graphql-java-annotations/compare/v9.1...v21.1

v9.1

2 years ago

v9.0

2 years ago

v8.5

2 years ago

v8.3

3 years ago

v8.2

3 years ago

v8.0

4 years ago
  • graphql-java version updated to v14.0 https://github.com/Enigmatis/graphql-java-annotations/pull/245
  • The directives mechanism was changed to be applied after the original schema is created (wiring-wise). It's a breaking change because in the past, the wiring mechanism was applied during the schema building using annotations, but now parts of the wiring does happen inside the GraphQLCodeRegistry. So you have to use the AnnotationsSchemaCreator in order to build your schema, or use the GraphQLCodeRegistry that is composed in the GraphQLAnnotations processor
  • Every deprecated method has been deleted (Breaking change)

v7.2.1

4 years ago

Supporting new directive creation methods in this pr: https://github.com/Enigmatis/graphql-java-annotations/pull/228