A simple GraphQL service with Spring Boot and Netflix DGS
Nov 18, 2023 · 4 min read · This article discusses how to implement a GraphQL server-side service with Spring WebFlux and Netflix DGS framework. Use Case Let's say we have to implement a service/API that will return user information for the given input. This service will expose...
Join discussion