ghuser-io / db

ghuser.io's database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leverage GraphQL

lourot opened this issue · comments

GitHub's REST and GraphQL APIs have separate rate limits, so that a good move might be to start using both.

Here an example on how to query all commits of a giant repo using GraphQL in our code base: https://github.com/ghuser-io/db/blob/aure-graphql/fetchRepos.js#L50

( @wowawiwa is working on this one )