Skip to content

Commit 8d1d03d

Browse files
authored
Merge pull request #23 from etienne-sf/pull_request
GraphQL Java Generator is both a client and a server GraphQL Tool
2 parents 5de7607 + 3fa1287 commit 8d1d03d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
### Schema First
1616

17+
* [GraphQL Java Generator](https://github.com/graphql-java-generator) is a maven plugin that has two modes :
18+
19+
* The Client mode generates the Java classes that contains methods to call the GraphQL endpoint , and the POJO that will contain the data returned by the server.
20+
21+
* The Server mode generates the boilerplate code for graphql-java. It's an accelerator that makes it easier to use graphql-java. You'll only have to implement what's specific to your server, which are the joins between the GraphQL types.
22+
1723
* [graphql-apigen](https://github.com/Distelli/graphql-apigen): Generate Java APIs with GraphQL Schemas
1824

1925
* [graphql-java-tools](https://github.com/graphql-java/graphql-java-tools): A schema-first tool for graphql-java inspired by graphql-tools for JS

0 commit comments

Comments
 (0)