Skip to content

Commit 3e26160

Browse files
authored
Merge pull request graphql#1097 from setchy/source
(docs) Add DGS and Kickstart to Java Server documentation
2 parents 1d40870 + 79f2be9 commit 3e26160

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-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.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Domain Graph Service (DFS) Framework
3+
description: The DGS Framework (Domain Graph Service) is a GraphQL server framework for Spring Boot, developed by Netflix.
4+
url: https://netflix.github.io/dgs/
5+
github: netflix/dgs-framework
6+
---
7+
8+
The DGS Framework (Domain Graph Service) is a GraphQL server framework for Spring Boot, developed by Netflix.
9+
10+
11+
Features include:
12+
13+
* Annotation based Spring Boot programming model
14+
* Test framework for writing query tests as unit tests
15+
* Gradle Code Generation plugin to create types from schema
16+
* Easy integration with GraphQL Federation
17+
* Integration with Spring Security
18+
* GraphQL subscriptions (WebSockets and SSE)
19+
* File uploads
20+
* Error handling
21+
* Many extension points
22+
23+
See [DGS Framework Getting Started](https://netflix.github.io/dgs/getting-started/) for how to get started.

0 commit comments

Comments
 (0)