Skip to content

Tags: g6ercom/go-graphql-client

Tags

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix subscription hanging on error and add a stop subscription option …

…inside the callback (hasura#39)

* fix the deadlock issue that the subscription client can't receive error events from the channel.
* close the connection when there is no running subscription
* add a particular error that stops the subscription inside the callback

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add subscription Exec alias for pre-built query (hasura#35)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update README for v0.7.0 features (hasura#34)

* update docs for v0.7.0 features

* fix markdown table of content

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip field with hyphen graphql tag (hasura#31)

* use hyphen tag to skip printing fields to the query string output

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add debug mode, expose GraphQL builder functions and UnmarshalGraphQL…

… for unit tests (hasura#30)

add debug mode, expose GraphQL builder functions and UnmarshalGraphQL for unit tests

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support responses compressed with gzip (hasura#28)

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a race in Close method of SubscriptionClient (hasura#27)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update nhooyr.io/websocket version to v1.8.7 (hasura#26)

update nhooyr/websocket dependencies v1.8.7 to fix the DDoS vulnerability issue

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update scalar tag documentation (hasura#25)

* update README for scalar tag

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
export Errors and add extensions so clients consuming this library ca…

…n parse errors (hasura#22)