Introduction to GraphQL with Spring Boot

This article is an introduction to GraphQL with spring boot. We will discuss basic concepts of GraphQL and setup a spring boot app for schema-driven development. What is GraphQL ? GraphQL is a data query language. It was created by Facebook. GraphQL provides a new API standard similar to REST. In REST API, the fundamental … Read more