Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shingt/github-graphql-api-example-ios

An example iOS application using GitHub GraphQL API with Apollo.
https://github.com/shingt/github-graphql-api-example-ios

apollo graphql ios swift

Last synced: 25 days ago
JSON representation

An example iOS application using GitHub GraphQL API with Apollo.

Awesome Lists containing this project

README

        

# GitHub-GraphQL-API-Example-iOS

An example iOS app that uses [Apollo iOS](https://github.com/apollographql/apollo-ios) to hit GitHub GraphQL API.

* Article (deprecated as it's for older version of Apollo)
* https://shingt.com/blog/2017-04-02-graphql-on-ios-using-apollo/

## Environments

- Xcode 12.0.1
- Swift 5.3

## How to start

- Open `GitHub-GraphQL-API-Example-iOS.xcodeproj`
- Replace `YOUR_TOKEN` in `RepositoriesViewController` with your private access token on GitHub and build! (Make sure not to commit your token.)