GraphQL + GitHub
What is this repository?
This project is accessing github api with GraphQL.
What is GraphQL?
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
Referenced by https://graphql.org/
How to use
- Clone this repository
- Create
Secrets.plist
Inside of the plist is below.
<dict>
<key>bearer_token</key>
<string>(your_github_access_token)</string>
</dict>
API references
https://docs.github.com/en/graphql
Libraries
- Apollo-iOS
- For GraphQL API calling
On this page
Contributors
Apache License 2.0
Created August 23, 2022
Updated February 25, 2025