Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 889 Bytes

File metadata and controls

14 lines (10 loc) · 889 Bytes

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