Skip to content

Commit 0c2c864

Browse files
committed
(docs) Add GraphQL Java Kickstart / GraphQL Spring Boot to java-server
1 parent 1d40870 commit 0c2c864

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: GraphQL Spring Boot
3+
description: GraphQL Spring Boot from GraphQL Java Kickstart
4+
url: https://www.graphql-java-kickstart.com/
5+
github: graphql-java-kickstart/graphql-spring-boot
6+
---
7+
8+
The GraphQL Spring Boot turns any Spring Boot application into a GraphQL Server
9+
10+
11+
Started includes features such as:
12+
13+
* Use a schema-driven API with the help of [GraphQL Java Tools](https://github.com/graphql-java-kickstart/graphql-java-tools)
14+
* Optionally choose to use an annotation driven schema with the help of [GraphQL-Java Annotations](https://github.com/Enigmatis/graphql-java-annotations)
15+
* Embedded [GraphiQL](https://github.com/graphql/graphiql) tool for schema introspection and query debugging
16+
* Embedded [GraphQL Playground](https://github.com/prisma/graphql-playground) tool for schema introspection and query debugging
17+
* Embedded the [GraphQL Voyager](https://github.com/APIs-guru/graphql-voyager) tool to represent your GraphQL API as an interactive graph
18+
19+
20+
See [GraphQL Java Kickstart Getting Started](https://www.graphql-java-kickstart.com/spring-boot/getting-started/) for how to get started.

0 commit comments

Comments
 (0)