BLOG
TUTORIALS
DOCUMENTATION
CONTACT
ABOUT
GraphQL Java Home
This is the home page of the
GraphQL Java implementation
Latest releases
v9.6
v13.0
The JavaDoc for all versions can be found here
https://javadoc.io/doc/com.graphql-java/graphql-java/
Latest blog posts
Building efficient data fetchers by looking ahead
Brad Baker, Apr 11, 2019
GraphQL Deep Dive - Part 1: merged fields
Andreas Marek, Jan 22, 2019
First release of GraphQL Java Spring
Andreas Marek, Dec 1, 2018
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...