Skip to content

Commit 4dbd154

Browse files
author
etienne-sf
committed
Added contribution of graphql-java-generator
1 parent 653671d commit 4dbd154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ If you want to contribute to this list (please do), send me a pull request.
268268
### Java Libraries
269269

270270
* [graphql-java](https://github.com/graphql-java/graphql-java) - GraphQL Java implementation.
271+
* [graphql-java-generator](https://github.com/graphql-java-generator) - A [Maven plugin](https://github.com/graphql-java-generator/graphql-maven-plugin-project) and a [Gradle plugin](https://github.com/graphql-java-generator/graphql-gradle-plugin-project) that can generate both the __Client__ and the __Server__ (POJOs and utility classes). The server part is based on graphql-java, and hides all its boilerplate codes.
271272
* [gaphql-java-type-generator](https://github.com/graphql-java/graphql-java-type-generator) - Auto-generates types for use with GraphQL Java
272273
* [schemagen-graphql](https://github.com/bpatters/schemagen-graphql) - Schema generation and execution package that turns POJO's into a GraphQL Java queryable set of objects. Enables exposing any service as a GraphQL service using Annotations.
273274
* [graphql-java-annotations](https://github.com/Enigmatis/graphql-java-annotations) - Provides annotations-based syntax for schema definition with GraphQL Java.

0 commit comments

Comments
 (0)