Query type in GraphQL with Spring GraphQL and Spring Data R2DBC
In the previous tutorial, I introduced you to GraphQL, the problems that GraphQL solved for the limitations of RESTful Web Service. I also gave you a brief guide on implementing GraphQL’s Query type with Spring GraphQL and Spring Data JPA. In this tutorial, we will… Read More