hasura / go-graphql-client

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

ExecRaw method #43

Closed therosco closed 2 years ago

therosco commented 2 years ago

Hey Hasura community,

Is there any reason there is no ExecRaw() method to get the raw response?

hgiasac commented 2 years ago

No, there isn't. We haven't implemented it yet

therosco commented 2 years ago

@hgiasac, any chance PRs are welcome? 😉

hgiasac commented 2 years ago

closed by favor of https://github.com/hasura/go-graphql-client/pull/44. Let's update the version to v0.8.0

Note: there is a breaking change in *Raw response type. If you use them or subscriptions before, please update the syntax as well.