File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
src/content/code/language-support/java-kotlin-android/server Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments