@graphql-tools/executor-http
Advanced tools
Comparing version
# @graphql-tools/executor-http | ||
## 1.3.0-alpha-97aa61c442facee49ab18af23145184fd1cb236c | ||
## 1.3.0-alpha-b085783b8486f509992c8af3fc1accb73e755508 | ||
### Minor Changes | ||
- [#792](https://github.com/graphql-hive/gateway/pull/792) [`9af6aae`](https://github.com/graphql-hive/gateway/commit/9af6aae2beec0dc73952b2972b4ed66f27d9dd78) Thanks [@ardatan](https://github.com/ardatan)! - Ensure subgraph name is present in the upstream error extensions when HTTP Executor throws | ||
- [#792](https://github.com/graphql-hive/gateway/pull/792) [`9c2f323`](https://github.com/graphql-hive/gateway/commit/9c2f323ece47d9c0ef8f4e44050390096ceac17f) Thanks [@ardatan](https://github.com/ardatan)! - Ensure subgraph name is present in the upstream error extensions when HTTP Executor throws | ||
@@ -28,3 +28,3 @@ ### Patch Changes | ||
- Updated dependencies [[`e393337`](https://github.com/graphql-hive/gateway/commit/e393337ecb40beffb79748b19b5aa8f2fd9197b7)]: | ||
- @graphql-tools/executor-common@0.0.4-alpha-97aa61c442facee49ab18af23145184fd1cb236c | ||
- @graphql-tools/executor-common@0.0.4-alpha-b085783b8486f509992c8af3fc1accb73e755508 | ||
@@ -31,0 +31,0 @@ ## 1.2.8 |
{ | ||
"name": "@graphql-tools/executor-http", | ||
"version": "1.3.0-alpha-97aa61c442facee49ab18af23145184fd1cb236c", | ||
"version": "1.3.0-alpha-b085783b8486f509992c8af3fc1accb73e755508", | ||
"type": "module", | ||
@@ -42,3 +42,3 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"dependencies": { | ||
"@graphql-tools/executor-common": "0.0.4-alpha-97aa61c442facee49ab18af23145184fd1cb236c", | ||
"@graphql-tools/executor-common": "0.0.4-alpha-b085783b8486f509992c8af3fc1accb73e755508", | ||
"@graphql-tools/utils": "^10.8.1", | ||
@@ -45,0 +45,0 @@ "@repeaterjs/repeater": "^3.0.4", |