Skip to content
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

Add GitHub GraphQL API support #23

Open
KarolKaczmarek opened this issue Nov 5, 2016 · 3 comments
Open

Add GitHub GraphQL API support #23

KarolKaczmarek opened this issue Nov 5, 2016 · 3 comments
Labels
enhancement An issue or pull request introducing new functionality to the project.

Comments

@KarolKaczmarek
Copy link
Contributor

KarolKaczmarek commented Nov 5, 2016

We should add support for GitHub GraphQL API as noted here: #21

@KarolKaczmarek KarolKaczmarek added the enhancement An issue or pull request introducing new functionality to the project. label Nov 5, 2016
@felixfbecker
Copy link

Having worked with both the REST API and the GraphQL API extensively, the GraphQL API unfortunately does not support a lot of things that the REST API supports (but also some features are only in the GQL API).

The REST API is very easy to work with in scripting because of all the URL cross-references, and has clear error handling through HTTP, whereas GraphQL error handling can be very messy because it is per-field.

@mabead
Copy link

mabead commented Apr 29, 2020

Any update on this? I am thinking of using the graphQL api to manage GitHub packages which are very easilly accessible from GraphQL.

@HowardWolosky
Copy link
Member

Any update on this? I am thinking of using the graphQL api to manage GitHub packages which are very easilly accessible from GraphQL.

#313 is now adding generic support for GraphQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue or pull request introducing new functionality to the project.
Projects
None yet
Development

No branches or pull requests

4 participants