Back to skills

apollo-kotlin

development

A GraphQL client for Android, JVM, and Kotlin Multiplatform projects. It generates strongly typed Kotlin models from your GraphQL schema and operations, so you work with real types instead of parsing

Setup & Installation

npx skills add https://github.com/apollographql/apollo-kotlin --skill apollo-kotlin
or paste the link and ask your coding assistant to install it
https://github.com/apollographql/apollo-kotlin
View on GitHub

What This Skill Does

A GraphQL client for Android, JVM, and Kotlin Multiplatform projects. It generates strongly typed Kotlin models from your GraphQL schema and operations, so you work with real types instead of parsing raw JSON. Supports queries, mutations, subscriptions, and normalized caching. Generated Kotlin models catch schema mismatches at compile time, which eliminates a whole class of runtime errors you'd hit with manual JSON parsing or untyped clients.

When to use it

  • Working with apollo kotlin functionality
  • Implementing apollo kotlin features
  • Debugging apollo kotlin related issues