This item was not updated in last three versions of the Radar. Should it have appeared in one of the more recent editions, there is a good chance it remains pertinent. However, if the item dates back further, its relevance may have diminished and our current evaluation could vary. Regrettably, our capacity to consistently revisit items from past Radar editions is limited.
Assess
The DGS Framework is a GraphQL server framework based on Spring Boot. It extends GraphQL Java with additional features such as:
- an annotation-based programming model for Spring
- a test framework for writing query tests as unit tests
- a Gradle code generation plugin to create types from a GraphQL schema
It works well with both Java and Kotlin and allowed us a quick start with getting our first GraphQL servers up and running.