About GraphQL Spring Boot
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