hasura / go-graphql-client

Package graphql provides a GraphQL client implementation.
MIT License
396 stars 91 forks source link

Add support for native go types #46

Closed schmidtw closed 2 years ago

schmidtw commented 2 years ago

There was a comment in the base code (and in shurcooL's code) that it would be nice to support the native go types, so I implemented this feature.

https://github.com/hasura/go-graphql-client/pull/45

hgiasac commented 2 years ago

closed by https://github.com/hasura/go-graphql-client/pull/45