Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL Java Generator is both a client and a server GraphQL Tool #23

Merged
merged 1 commit into from
Oct 7, 2019

Conversation

etienne-sf
Copy link

Hello,

I developped a maven plugin that makes it easier to use GraphQL in Java:

  • In client mode, it calls the endpoint, serialize the request and unserialize the response.
  • In server mode, it generates a lot of code for graphql-java. Only the joins between the Objects must be coded by the developper.

I'll be happy that you add this tool in your projects list.

And that you take a look at the generated code, so that it is compliant with the way you want graphql-java to be used.

Etienne

In Server, it's a tool that makes it easier to develop GraphQL server
based on graphql-java
@bbakerman bbakerman merged commit 8d1d03d into graphql-java:master Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants