Hi there, welcome!

Aventuri.dev

Getting started with GraphQL in Spring Boot 3.1

1. Introduction GraphQL is a query language for your API and an alternative to REST APIs. It’s been developer by Facebook and later open sourced. It is now maintained by the GraphQL Foundation. A difference between GraphQL and REST is that with GraphQL you can expose an API that can be queried by the client. The client can decide what fields it wants to retrieve compared to REST where the server decided on the format that is returned....

May 26, 2023 · 7 min