GitHub.jl
GitHub.jl copied to clipboard
Idea: Support the GraphQL API
I don’t know a lot about GraphQL, but it would be cool to eventually have support for Github’s GraphQL API.
I use the GitHub GraphQL API and it's so much better. You can easily reduce 200 different calls to a single call in many instances.
if anyone had interest in pursuing this, https://github.com/laurium-labs/GithubGraphQLExample.jl might be of interest.