About GraphQL Spring Boot

Maven Central GitHub CI Workflow Quality Gate Status GitHub contributors Discuss on GitHub

This library contains two Spring Boot starters to enable GraphQL related services or features.

Starters

  • graphql-spring-boot-starter: turns your Spring Boot application into a GraphQL Server using GraphQL Servlet and GraphQL Java Tools

  • graphql-spring-boot-starter-test: adds testing capabilities to your project, like the @GraphQLTest annotation which is comparable to @SpringBootTest