Kotlin Spring Boot & GraphQL
Mar 15, 2023 · 3 min

Kotlin Spring Boot & GraphQL

What is the GraphQL? GraphQL is a query language for APIs and is similar to REST. GraphQL is developed by Facebook and is open source. GraphQL uses a single endpoint for receiving requests. You have to write your controller name to your query. And also you can select specific fields for your response. Your response will be in JSON format. …