Files
TechradarDev/radar/2021-01-01/dgs.md
daniel.motzko 0b81d0318c Fix typos
2021-06-30 13:43:31 +02:00

664 B

title, ring, quadrant
title ring quadrant
DGS Framework assess tools

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.