Uthiraraj Saminathanlearntechhub.hashnode.dev·Nov 19, 2023GraphQL client service implementation with Spring Boot and Netflix DGSThis article discusses how to implement a GraphQL client service with Spring WebFlux and Netflix DGS framework. Use Case Let's say we have to implement a service/API that needs to call a GraphQL service and get the response for the below-given use ca...108 readsSpring Boot with GraphqlJava
Uthiraraj Saminathanlearntechhub.hashnode.dev·Nov 18, 2023A simple GraphQL service with Spring Boot and Netflix DGSThis 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...33 readsSpring Boot with Graphqldgs