Basics about GraphQL in Java

In the article An introduction to GraphQL, I gave you a brief introduction to how to build a GraphQL server using Spring Boot. In essence, Spring Boot already uses the GraphQL Java library and wraps everything behind the scenes related to processing a GraphQL query… Read More

An introduction to GraphQL

When working with RESTful APIs, for a data object, we often have to expose many different request URLs. For example, if you are working with a student information management application, to provide student information through RESTful APIs, we may have to expose some of the… Read More