minder
minder copied to clipboard
Include GitHub v4 GraphQL API
Please describe the enhancement
Currently, the GitHub REST API only supports up to v3 which does not include some important automation functionality -- namely the v3 cannot make a REST calls to resolve comments.
Solution Proposal
google/go-github suggests using shurcooL/githubv4 for GraphQL queries. Alternatively, GraphQL requests could be implemented from first principles but a library would probably be an easier solution.
This should be added in and included to allow for richer interaction with the GitHub API.
Describe alternatives you've considered
NA
Additional context
NA
Acceptance Criteria
NA
@gregfurman -- do you still need this?
Closing as we don't have an immediate need for this. Feel free to comment if needed.