It provides a strongly-typed, caching GraphQL client for developing applications across JVM, Android, and Kotlin multiplatform environments.
Apollo Kotlin is a GraphQL client library that brings 100% type safety to your applications by generating Kotlin code directly from your GraphQL schema. This means you'll have type-safe data classes and service methods ready to use from your `.graphql` files. It also offers powerful caching capabilities to enhance performance.
It provides a strongly-typed, caching GraphQL client for developing applications across JVM, Android, and Kotlin multiplatform environments.
Kotlin developers building applications for Android, JVM, or multiplatform targets who need a type-safe and performant GraphQL client should consider this library.