Skip to content

Tags: machship-mm/go-graphql-client

Tags

v0.3.1

Toggle v0.3.1's commit message
made a few changes and added Point type

v0.3.0

Toggle v0.3.0's commit message
updated imports

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add raw query/mutation functions (hasura#3)

In the case we developers want to decode JSON response ourself. Moreover, the default `UnmarshalGraphQL` function isn't ideal with complicated nested interfaces

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Subscription client and named operation (hasura#2)

Extend https://github.com/shurcooL/graphql library with new features:

- Subscription client
- Named operation wrappers