Skip to content

chore: migrate to GraphQL API #94

@Namchee

Description

@Namchee

Overview

Currently, this project uses GitHub REST API v3 to interact with GitHub data such as issues, pull requests, etc. However, the REST API is proven to be insufficient which can be seen in #93.

To address this issue. GitHub itself recommends us to migrate to GraphQL.

Solutuon

Migrate all data fetching logic to GitHub GraphQL API v4. We can use this library to replace the v3 library.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions