Skip to content

Tags: wundergraph/graphql-go-tools

Tags

v2.0.0-rc.106

Toggle v2.0.0-rc.106's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: requires+provides edge case (#928)

- do not add representation for root level request
- cleanup configuration visitor

execution/v1.0.7

Toggle execution/v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: execution validation order, do not reuse planner (#925)

v2.0.0-rc.105

Toggle v2.0.0-rc.105's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: provides edge cases (#923)

fixes: ENG-5812

v2.0.0-rc.104

Toggle v2.0.0-rc.104's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/planning conditionally external field (#920)

v2.0.0-rc.103

Toggle v2.0.0-rc.103's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add option to suppress fetch errors for apollo compatibility mo…

…de (#919)

Co-authored-by: David Stutt <david@wundergraph.com>

v2.0.0-rc.102

Toggle v2.0.0-rc.102's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add Heartbeat to updater (#916)

This will be used in wundergraph/cosmo#1227,
specifically so that all of the subscriptions can create heartbeats to
keep connections alive. This is a necessary step for supporting
https://www.apollographql.com/docs/graphos/routing/operations/subscriptions/multipart-protocol#executing-a-subscription

v2.0.0-rc.101

Toggle v2.0.0-rc.101's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: propogate typenames when inteface field is used (#901)

When the field of an interface is used, currently it propagates only the
name of the interface in ParentTypeNames.
This PR adds all the types which implement the interface also.

v2.0.0-rc.100

Toggle v2.0.0-rc.100's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add non-nullable field errors to value completion extension for…

… compatibility mode (#911)

… compatibility mode

---------

Co-authored-by: David Stutt <david@wundergraph.com>

v2.0.0-rc.99

Toggle v2.0.0-rc.99's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow path by default in subgraph error (#915)

v2.0.0-rc.98

Toggle v2.0.0-rc.98's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow list for subgraph error fields (#914)