diff --git a/src/content/code/language-support/java-kotlin-android/client/apollo-android.md b/src/content/code/language-support/java-kotlin-android/client/apollo-android.md deleted file mode 100644 index 129a0b23bc..0000000000 --- a/src/content/code/language-support/java-kotlin-android/client/apollo-android.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Apollo Android -description: A strongly-typed, caching GraphQL client for Android, the JVM and Kotlin multiplatform. -url: https://github.com/apollographql/apollo-android -github: apollographql/apollo-android ---- - -Apollo Android is a Kotlin client with support for Android, Java8+, iOS and MacOS. It features: - -* Java and Kotlin code generation -* Queries, Mutations and Subscriptions -* Reflection-free parsing of responses -* Normalized cache -* HTTP cache -* File uploads -* Persisted queries -* Query batching -* Custom scalar types -* Reactive bindings for: RxJava2, RxJava3, Coroutines, Reactor and Mutiny diff --git a/src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md b/src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md new file mode 100644 index 0000000000..dc225f787d --- /dev/null +++ b/src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md @@ -0,0 +1,22 @@ +--- +name: Apollo Kotlin +description: A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform. +url: https://github.com/apollographql/apollo-kotlin +github: apollographql/apollo-kotlin +--- + +Apollo Kotlin (formerly known as Apollo Android) is a GraphQL client with support for Android, Java8+, iOS and Kotlin multiplatform in general. It features: + +* Java and Kotlin Multiplatform code generation +* Queries, Mutations and Subscriptions +* Reflection-free parsing +* Normalized cache +* Custom scalar types +* HTTP cache +* Auto Persisted Queries +* Query batching +* File uploads +* Espresso IdlingResource +* Fake models for tests +* AppSync and graphql-ws websockets +* GraphQL AST parser