
February 27, 2023
Nullability in GraphQL and Apollo Kotlin
The concept of null is sometimes called a “billion dollar mistake”. Mistake or not, null is here to stay and there are ways to coexist peacefully! In fact, nullability is one of the key features of GraphQL, allowing API authors to clearly specify which fields of a type are nullable. As for Kotlin, the language […]