This post is over a year old, some of this information may be out of
date.
The easiest way to get started is surprisingly based an example from graphql-java-tools
graphql-java is a heavily coupled ecosystems, you have to start browsing from graphql-java
Confusing part is, there are two different sets of annotations implemented:
- leangen/graphql-spqr - GraphQL SPQR (GraphQL Schema Publisher & Query Resolver, pronounced like speaker)
- GraphQL Annotations for Java - This library offers an annotations-based syntax for GraphQL schema definition.
Do take note.