8000 Tags · hasura/go-graphql-client · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hasura/go-graphql-client

Tags

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enhance websocket stats (#176)

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: subscription logging typo (#174)

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix lint errors (#172)

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add more retry options (#169)

Introduced retry options for GraphQL clients, allowing customization for retries, backoff intervals, and error handling during GraphQL operations

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
0