kowainik / github-graphql

🕸️ GraphQL bindings to GitHub API
https://kowainik.github.io/projects/github-graphql
Mozilla Public License 2.0
7 stars 0 forks source link

Minimal requirements to support `hit-on` #25

Closed chshersh closed 3 years ago

chshersh commented 3 years ago

The first project to use github-graphql is going to be hit-on. And for this to happen, we need to support the following types and operations:

Since GitHub GraphQL API provides more flexibility than the REST API, we probably can improve some of our queries in hit-on by fetching less or by filtering directly in the query. So, other possible suggestions and improvements are welcome 🙂