Graphql Java Annotations Versions Save

GraphQL Annotations for Java

v7.2.1

4 years ago

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

v7.2

4 years ago

v7,1

4 years ago

v7.0.1

4 years ago

v7.0

5 years ago

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

v6.0

5 years ago

v5.4

5 years ago

v5.3

6 years ago

v3.0.2

6 years ago

This is the same as 3.0.0 but Bintray publishing problems meant we burnt a few numbers on the way to getting the jar to maven central

It is now publishing on Maven Central