-
Notifications
You must be signed in to change notification settings - Fork 221
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
Publish new version? #46
Comments
@cheshire137 I also just ran into this and found out you can specify a sha like this:
|
Thanks for the tip @michaeldwan 👍 Given that the last commit was around a year ago and there's 11 PRs outstanding, is this package still being maintained? |
@necrophonic it doesn't look like it is, even extensions haven't been added to to the error structs, leaving the returned error from run pretty useless. Anyone know of a maintained alternative? |
https://github.com/shurcooL/graphql seems more maintained. Moreover, there's no client supporting subscriptions as far as I can see. |
i just forked it and merged some of the open PRs into my fork using that for now. |
Great, let us know how it goes. Yours might become the "official" golang graphql client library. |
@jaylane Sounds like a good plan! |
@necrophonic @adrianog its working well forked it and cherrypicked some of the open PRs highly recommend doing it. |
Thanks @jaylane - we can we use https://github.com/jaylane/graphql ? Have you pushed all your changes already? |
@adrianog the updated version is on our private gitlab repo, i’ll make it public in the next few days and let you know when you can grab it |
Any update on this? The state of GraphQL clients for Go is pathetic! |
Hi there! I notice when I
go get github.com/machinebox/graphql
, the version I have is missing the response status code checks that landed in #19. Does something need to be published or a version updated for me to get the latest code? Thank you!The text was updated successfully, but these errors were encountered: