Skip to content

v8.0

Compare
Choose a tag to compare
@yarinvak yarinvak released this 29 Jan 11:29
· 98 commits to master since this release
7619664
  • graphql-java version updated to v14.0 #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)