Skip to content

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

Notifications You must be signed in to change notification settings

preetb123/apollo-graphql-android

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages