Skip to content

graphql-java-kickstart/graphql-java-servlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

970fd91 · Sep 20, 2021
May 13, 2021
May 1, 2021
Dec 26, 2020
Aug 17, 2021
Jun 13, 2021
Sep 18, 2021
May 1, 2021
May 1, 2021
Sep 12, 2017
Apr 29, 2021
Jun 10, 2021
May 13, 2021
Sep 20, 2021
Aug 17, 2021
May 10, 2021
Dec 27, 2020
May 11, 2021
Nov 28, 2019

Repository files navigation

GraphQL Java Servlet

Maven Central Build Status Quality Gate Status GitHub contributors Discuss on GitHub

We are looking for contributors!

Are you interested in improving our documentation, working on the codebase, reviewing PRs?

Reach out to us on Discussions and join the team!

We hope you'll get involved! Read our Contributors' Guide for more details.

Overview

Implementation of GraphQL Java Servlet including support for Relay.js, Apollo and OSGi out of the box. This project wraps the Java implementation of GraphQL provided by GraphQL Java. See GraphQL Java documentation for more in depth details regarding GraphQL Java itself.

We try to stay up to date with GraphQL Java as much as possible. The current version supports GraphQL Java 16.1.

This project requires at least Java 8.

Installation and getting started

See Getting started for more detailed instructions.