GitHub API v4 (GraphQL) iOS Client App
First, install apollo-tooling (apollo-cli).
$ yarn installInstall dependencies with Carthage.
$ carthage update --platform iOSEdit source code below.
import UIKit
import Apollo
class ApolloClientViewController: UIViewController {
static let githubToken = "<YOUR TOKEN HERE>"
...
}Final, run Xcode.