-
-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github apiv4 GraphQL #19
Labels
Comments
An example schema would be:
|
Here's the schema we can use and is based off what @NJannasch posted above but includes the repository we are looking at as well (& can be used to close #21 ):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
Not sure if this is issue, maybe question\suggestion. Looks like github will add GraphQL support to their api. Using it would solve probably all current issues, you could make one query and get all required data, maybe pagination would work, maybe sorting works. Haven't looked much in what is supported, but I think this should be reviewed, maybe it's possible to migrate.
https://developer.github.com/v4/
The text was updated successfully, but these errors were encountered: