hasura / go-graphql-client

Package graphql provides a GraphQL client implementation.
MIT License
405 stars 94 forks source link

Support raw json fields #14

Closed kwapik closed 3 years ago

kwapik commented 3 years ago

This is a port of @cameronbrunner fix to the original repo. See https://github.com/shurcooL/graphql/pull/41 It also contains fixes to quest_test.go

kwapik commented 3 years ago

@hgiasac PTAL, I'd be very grateful to have this accepted.

hgiasac commented 3 years ago

LGTM. Let's solve @bclermont comments, then we can merge this

kwapik commented 3 years ago

@hgiasac @bclermont sorry, I missed your review. Will fix this today or tomorrow.

kwapik commented 3 years ago

Made changes. Unfortunately I can't re-request review. @bclermont @hgiasac

kwapik commented 3 years ago

Also needed to adjust error message to meet #8 requirements.