Reputation: 557
Im new to graphql found 2 java implementation using from official graphql: https://www.graphql-java.com/documentation/v10/
and
https://github.com/graphql-java-kickstart/graphql-java-tools
Like whats their difference in implementing graphql in java?
Upvotes: 9
Views: 6068
Reputation: 1020
In Short:
graphql-java:
graphql-java-tools
. See at the end of this answer for moregraphql-java-tools:
See this example Spring Boot Project that puts it all together:
Furthermore graphql-Java
is currently only focussed on Java not the tooling projects. These have been moved to their dedicated organisations.
More from the original maintainer's blog
Upvotes: 8