graphql icon indicating copy to clipboard operation
graphql copied to clipboard

Simple low-level GraphQL HTTP client for Go

Results 37 graphql issues
Sort by recently updated
recently updated
newest added

Hi there, Look like this project is no longer maintained? Thanks.

If this check is missing then responses from the server with the graphql end-point that are not compliant to the graphql spec will be just ignored (not treated as an...

Github graphql errors. We were running a lot of graphql queries using multiple coroutines, we were running into issues where data returned is null. In this case, we assume there...

Hi! I see errors ``` decoding response: json: cannot unmarshal string into Go struct field graphResponse.Errors of type graphql.graphErr ``` So, how I can easily print raw response without changing...

I would like to use a custom HTTP client with this library, so I have modified the library to accept an interface, instead of a specific http client implementation.

Has anyone seen this kind of error before? I ran this client on a loop for the last 12 hours, and around once every hour i noticed this error. It...

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing....

Enable `[]gqlErr` as an error type so the entire list of errors can be returned from `Run`.

Simple example, but might save a bit of head scratching. Particularly querying an _id field like you get from faunadb was a bit confusing at first.

This builds on @erutherford's change in https://github.com/machinebox/graphql/pull/19 by moving the status code checks earlier. The library was only checking the response code if there was a problem decoding the response...