DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

Building GraphQL APIs with Kotlin, Spring Boot, and MongoDB

In this article, you will build a GraphQL API that performs some basic CRUD (Create, Retrieve, Update, and Delete) operations. The API will focus on snacks and reviews. Users (or client applications) will be able to use your API to list snacks and their reviews. However, beyond querying the API, they will also be able to update these snacks by issuing GraphQL mutations to create, update, and delete records in your database.

Read on 🏂

Building GraphQL APIs with Kotlin, Spring Boot, and MongoDB

Top comments (0)