Overview of the DGS Framework
masterThe DGS Framework (Domain Graph Service) is a GraphQL server framework for Spring Boot developed by Netflix. It provides an annotation-based Spring Boot programming model and includes features such as:
- A test framework for writing query tests as unit tests.
- A Gradle Code Generation plugin to create types from your GraphQL schema.
- Easy integration with GraphQL Federation.
- Integration with Spring Security.
- Support for GraphQL subscriptions via WebSockets and SSE.
- File upload support.
- Robust error handling.
- Numerous extension points for customization.