/apollo-graphql-android

Sample app to interact with graphql server and test query/mutations/subscriptions with apollo-android

Primary LanguageJava

Android client for GraphQL server

Simple Android application that shows the usage of GraphQL Queries, Mutations, and realtime updates using Subscriptions using apollo-android

Installation

  1. Clone this repo git clone https://github.com/preetb123/apollo-graphql-android.git
  2. Download and start the GraphQL server by following the instructions at https://github.com/preetb123/graphql-server
  3. The GraphQL server will be running on http://localhost:3002
  4. Open the project and run the app inside an emulator, the app will Query and display available data on the server

Usage

Subscriptions1

Subscriptions2