Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 575 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 575 Bytes

GitHub-GraphQL-API-Example-iOS

An example iOS app that uses Apollo iOS to hit GitHub GraphQL API.

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.)