Skip to content

Tags: hasura/go-graphql-client

Tags

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: fix the deprecated docker-compose command (#154)

* ci: fix the deprecated docker-compose command

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: decode extensions from response via BindExtensions option (#146)

* feat: decode extensions from response via BindExtensions option

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump nhooyr.io/websocket v1.8.11 (#142)

* upgrade nhooyr.io/websocket v1.8.11

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Expose GetSubscriptions method to get all active subscriptions (#132)

* expose GetSubscriptions method

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
misc: cleanup go mod dependencies (#129)

* restructure unit tests and add `go.mod` to examples to clean unused dependencies

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add more WebSocket options for subscription client (#126)

* add more WebSocket options for subscription client
* add a more graphql-ws example

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: handle closed error on subscription (#119)

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add sync mode for subscription events (#114)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
set the operation name to the request payload if exist (#103)

* set the operation name to the request payload if exist

---------

Co-authored-by: Toan Nguyen <[email protected]>

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: OnError message is not called in subscriptions-transport-ws (#88)