Latest Mobile posts

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 […]

January 10, 2023

4 New Year’s resolutions for your Kotlin apps

Happy New Year everyone 🥳. I hope 2023 brings you joy, happiness and loads of type safety! To kickstart the year, here’s a small list of tips & tricks for working with GraphQL in a Kotlin app. These tips have nothing in common besides the fact that they are easy to implement and will make […]

October 3, 2022

Apollo iOS Client 1.0 with improved code generation

As developers, we all know code generation can save us a ton of time, but can also be a pain point if the generated code needs to be refactored. When it works as expected code generation provides us with: productivity, simplification, portability, and consistency. When it doesn’t work as expected we experience consistency issues and […]

Read more

August 9, 2022

Apollo Kotlin: New Multiplatform Memory Manager

by Benoit Lubek

Recent posts

March 20, 2023

Apollo Changelog: March 20, 2023

by Dylan Anthony

Company