Skip to content

Commit c61e2ec

Browse files
committed
Update Apollo Android to reflect the Apollo Kotlin rename
1 parent 0a4b053 commit c61e2ec

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

src/content/code/language-support/java-kotlin-android/client/apollo-android.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Apollo Kotlin
3+
description: A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.
4+
url: https://github.com/apollographql/apollo-kotlin
5+
github: apollographql/apollo-kotlin
6+
---
7+
8+
Apollo Kotlin (formerly known as Apollo Android) is a GraphQL client with support for Android, Java8+, iOS and MacOS. It features:
9+
10+
* Java and Kotlin Multiplatform code generation
11+
* Queries, Mutations and Subscriptions
12+
* Reflection-free parsing
13+
* Normalized cache
14+
* Custom scalar types
15+
* HTTP cache
16+
* Auto Persisted Queries
17+
* Query batching
18+
* File uploads
19+
* Espresso IdlingResource
20+
* Fake models for tests
21+
* AppSync and graphql-ws websockets
22+
* GraphQL AST parser

0 commit comments

Comments
 (0)