WORKSHOPS
BLOG
TUTORIALS
DOCUMENTATION
ABOUT
🎉
New:
Workshops are available! 🎉
GraphQL Java Home
This is the home page of the
GraphQL Java implementation
The latest conceptual documentation
can be found here
Latest GitHub releases
v16.2
v14.1
The JavaDoc for all versions can be found here
https://javadoc.io/doc/com.graphql-java/graphql-java/
Latest blog posts
GraphQL spec releases are not important
Andreas Marek, Feb 12, 2021
GraphQL Java and Threads
Andreas Marek, Feb 5, 2021
Building efficient data fetchers by looking ahead
Brad Baker, Apr 11, 2019
More...
Check our documentation
Getting started
GraphQL basics. Start here if you're new to GraphQL :-)
Schema
Your GraphQL API has a schema which defines each field that can be queried or mutated and what types those fields are.
Data fetching
How graphql-java fetches data for each of the fields in a query
More...