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

Publish new version? #46

Open
cheshire137 opened this issue Sep 23, 2019 · 11 comments
Open

Publish new version? #46

cheshire137 opened this issue Sep 23, 2019 · 11 comments

Comments

@cheshire137
Copy link

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!

@michaeldwan
Copy link

@cheshire137 I also just ran into this and found out you can specify a sha like this:

go get github.com/machinebox/graphql@3a92531802258604bd12793465c2e28bc4b2fc85

@necrophonic
Copy link

Thanks for the tip @michaeldwan 👍
A proper new release would definitely be welcome, especially given that there are things mentioned in the docs (req.Query etc) that are in leading edge master but not in any published release which is a little frustrating.

Given that the last commit was around a year ago and there's 11 PRs outstanding, is this package still being maintained?

@jaylane
Copy link

jaylane commented Oct 31, 2019

@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?

@adrianog
Copy link

adrianog commented Nov 1, 2019

https://github.com/shurcooL/graphql seems more maintained.

Moreover, there's no client supporting subscriptions as far as I can see.

@jaylane
Copy link

jaylane commented Nov 2, 2019

i just forked it and merged some of the open PRs into my fork using that for now.

@adrianog
Copy link

adrianog commented Nov 2, 2019

Great, let us know how it goes.

Yours might become the "official" golang graphql client library.

@necrophonic
Copy link

@jaylane Sounds like a good plan!

@jaylane
Copy link

jaylane commented Nov 7, 2019

@necrophonic @adrianog its working well forked it and cherrypicked some of the open PRs highly recommend doing it.

@adrianog
Copy link

adrianog commented Nov 7, 2019

Thanks @jaylane - we can we use https://github.com/jaylane/graphql ? Have you pushed all your changes already?

@jaylane
Copy link

jaylane commented Nov 7, 2019

@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

@carldunham
Copy link

Any update on this? The state of GraphQL clients for Go is pathetic!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants