Skip to content

Update implementation based on new APIs #56

@gr2m

Description

@gr2m

Please avoid duplicates

What’s missing?

There are lots of new GraphQL query & mutation nodes that allow for more efficient implementations, and now also support creating draft issues: https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/

Why?

For many operations, we currently download all of the project items, which can be up to 1200! As an example, with the new APIs, items can be accessed through a pull request / issue node, so we don't need to download all items and filter them by their item contents afterwards, we can access the item directly based on repository & issue/PR information.

Alternatives you tried

n/a

Would you be interested in contributing the feature?

  • yes

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions