Skip to content

Commit 4a919d3

Browse files
authored
Merge pull request graphql#1268 from BoD/apollo-kotlin
Tools section: update Apollo Android to reflect the Apollo Kotlin rename
2 parents 0a4b053 + 5b16fc0 commit 4a919d3

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

-19
This file was deleted.
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 Kotlin multiplatform in general. 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)