Skip to content

v7.0

Compare
Choose a tag to compare
@yarinvak yarinvak released this 12 May 11:31
· 169 commits to master since this release
cfdba31
  • #201
  • Support directives on input objects #203
  • Breaking Change: Upgraded to graphql-java-12 #209

Notice that as part of the breaking change, the usage of graphql-java-annotations is now different: the GraphQLAnnotations class is not a singleton anymore, and should be constructed.
You also have to obtain the GraphQLCodeRegistry.Builder from the GraphQLAnnotations object in order to build your schema properly. You are now able to use the AnnotationsSchemaCreator in order to build a GraphQLSchema based on your java classes. Read more in our updated readme https://github.com/Enigmatis/graphql-java-annotations