GitHub-GraphQL-API-Example-iOS icon indicating copy to clipboard operation
GitHub-GraphQL-API-Example-iOS copied to clipboard

An example iOS application using GitHub GraphQL API with Apollo.

GitHub-GraphQL-API-Example-iOS

An example iOS app that uses 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.)