/GraphQLDemoClient

GraphQL Client for Android using Apollo

Primary LanguageKotlinApache License 2.0Apache-2.0

GraphQL Demo Client

Android GraphQL client written in Kotlin, using Apollo.

Usage

Open DemoActivity.kt and update the server url.

Build and run using: ./gradlew assembleDebug

Server

For a test server written in Kotlin see GraphQLDemoServer.