Simple Android application that shows the usage of GraphQL Queries, Mutations, and realtime updates using Subscriptions using apollo-android
- Clone this repo
git clone https://github.com/preetb123/apollo-graphql-android.git - Download and start the GraphQL server by following the instructions at https://github.com/preetb123/graphql-server
- The GraphQL server will be running on
http://localhost:3002 - Open the project and run the app inside an emulator, the app will Query and display available data on the server

