graphql-tools
graphql-tools copied to clipboard
fix(deps): update dependency @graphql-tools/executor-http to v2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @graphql-tools/executor-http (source) | ^1.1.9 -> ^2.0.0 |
Release Notes
graphql-hive/gateway (@graphql-tools/executor-http)
v2.0.0
Major Changes
-
#997
4cf75cbThanks @ardatan! - - BREAKING: HTTP Executor no longer takesserviceNameas an option.- Both HTTP executor and
@graphql-mesh/transport-http-callbackno longer handleDOWNSTREAM_SERVICE_ERRORerror code withserviceName. - Gateway runtime handles subgraph errors on its own with
DOWNSTREAM_SERVICE_ERRORerror code andserviceNameas a property. This behavior can be configured withsubgraphErrorsoption of thecreateGatewayRuntimefunction or CLI config.
subgraphError: { errorCode: 'DOWNSTREAM_SERVICE_ERROR', // or `false` to remove this code completely subgraphNameProp: 'serviceName' // or `false` to remove this prop completely } - Both HTTP executor and
Patch Changes
-
#1045
da47a0eThanks @enisdenjo! - dependencies updates:- Updated dependency
@whatwg-node/fetch@^0.10.6↗︎ (from^0.10.4, independencies)
- Updated dependency
-
#1045
da47a0eThanks @enisdenjo! - Update graphql-yoga and whatwg-node packagesIn light of https://github.com/ardatan/whatwg-node/pull/2305. Please upgrade as soon as possible!
-
#1015
9a120c8Thanks @ardatan! - AddTypeErrortooriginalErrorprop of the error thrown when nodataanderrorsfound in the HTTP response, then GraphQL Servers know that it is an unexpected error so it should be masked and logged separately instead of leaking to the client
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.