name | description | url | github |
---|---|---|---|
GraphQL Spring Boot |
GraphQL Spring Boot from GraphQL Java Kickstart |
graphql-java-kickstart/graphql-spring-boot |
The GraphQL Spring Boot turns any Spring Boot application into a GraphQL Server
Started includes features such as:
- Use a schema-driven API with the help of GraphQL Java Tools
- Optionally choose to use an annotation driven schema with the help of GraphQL-Java Annotations
- Embedded GraphiQL tool for schema introspection and query debugging
- Embedded GraphQL Playground tool for schema introspection and query debugging
- Embedded the GraphQL Voyager tool to represent your GraphQL API as an interactive graph
See GraphQL Java Kickstart Getting Started for how to get started.