Articles in this series
Crafting a simple GraphQL API using Scala and Caliban · This article demonstrates how to create a simple GraphQL API using the Scala programming...
Exploring various techniques for customizing schemas with Caliban · In my Beginner's Guide to GraphQL in Scala, I explained how Caliban can automatically...
Dealing with async computations and side effects with Caliban · In my Beginner's Guide to GraphQL in Scala, I created a simplistic resolver that just...
Securing GraphQL fields in Scala with Caliban · Today, I'm going to answer a question asked by Łukasz Biały on Twitter: Is there a way to get...