nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

Use GraphQL API for GitHub interactions #74

Open nikku opened 5 years ago

nikku commented 5 years ago

Is your feature request related to a problem? Please describe.

GitHub API v4 is a GraphQL one, cf. GraphQL v4.

Using it reduces bandwidth and safeguards us from accidential API miss-use (core feature in GraphQL).

Describe the solution you'd like

Describe alternatives you've considered

Keep things untouched. The REST API will probably stay around for a long time.