graphql icon indicating copy to clipboard operation
graphql copied to clipboard

Publish new version?

Open cheshire137 opened this issue 6 years ago • 11 comments

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 https://github.com/machinebox/graphql/pull/19. Does something need to be published or a version updated for me to get the latest code? Thank you!

cheshire137 avatar Sep 23 '19 20:09 cheshire137

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

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

michaeldwan avatar Sep 25 '19 15:09 michaeldwan

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?

necrophonic avatar Oct 08 '19 10:10 necrophonic

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

jaylane avatar Oct 31 '19 13:10 jaylane

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

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

adrianog avatar Nov 01 '19 23:11 adrianog

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

jaylane avatar Nov 02 '19 04:11 jaylane

Great, let us know how it goes.

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

adrianog avatar Nov 02 '19 12:11 adrianog

@jaylane Sounds like a good plan!

necrophonic avatar Nov 07 '19 08:11 necrophonic

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

jaylane avatar Nov 07 '19 13:11 jaylane

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

adrianog avatar Nov 07 '19 13:11 adrianog

@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

jaylane avatar Nov 07 '19 13:11 jaylane

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

carldunham avatar Nov 25 '19 17:11 carldunham