javagraphqlgraphql-java-tools

Difference in usage of graphql-java vs graphql-java-tools


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?


Solution

  • In Short:

    graphql-java:

    graphql-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