This app that lists the user repositories and information of the users that given user is following.
It takes a username in the first screen and lists the user repositories and the repositories of the users that given user is following
Graph QL Query retrieves the data as explained in the below diagram For the given user A, it retrieves the repositories of user B and User C in a single server trip
##Quick Start
- Clone and open in Android Studio
- It should work with out any issues
Welcome to contribute, feel free to change and open a PR.