simgicha / apollo-graphql-android

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Java 100.0%