@graphql-tools/executor-http 3.0.6-hive-router-query-planner-e110e0c23d749f45546be7b0c7fce8c26c0cf356 → 3.0.6-hive-router-query-planner-1eda5949c9ca4290165a8498a6c09e09c6984405
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @graphql-tools/executor-http
|
|
2
2
|
|
|
3
|
-
## 3.0.6-hive-router-query-planner-
|
|
3
|
+
## 3.0.6-hive-router-query-planner-1eda5949c9ca4290165a8498a6c09e09c6984405
|
|
4
4
|
### Patch Changes
|
|
5
5
|
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
`SUBREQUEST_HTTP_ERROR` -> An error occurred while making the HTTP request to the upstream
|
|
24
24
|
`RESPONSE_VALIDATION_FAILED` -> The response from upstream did not conform to the expected GraphQL response format
|
|
25
25
|
- Updated dependencies [[`9c789fb`](https://github.com/graphql-hive/gateway/commit/9c789fb11f6de80e781ff056cb5b98c548938bea), [`27789de`](https://github.com/graphql-hive/gateway/commit/27789de7967cb5299d471c00434591f309b978ff), [`3f6b99d`](https://github.com/graphql-hive/gateway/commit/3f6b99d152cbcc17d4ec3c97bc48dae452982151)]:
|
|
26
|
-
- @graphql-tools/executor-common@1.0.4-hive-router-query-planner-
|
|
26
|
+
- @graphql-tools/executor-common@1.0.4-hive-router-query-planner-1eda5949c9ca4290165a8498a6c09e09c6984405
|
|
27
27
|
|
|
28
28
|
## 3.0.5
|
|
29
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-http",
|
|
3
|
-
"version": "3.0.6-hive-router-query-planner-
|
|
3
|
+
"version": "3.0.6-hive-router-query-planner-1eda5949c9ca4290165a8498a6c09e09c6984405",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
6
6
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@graphql-hive/signal": "^2.0.0",
|
|
43
|
-
"@graphql-tools/executor-common": "1.0.4-hive-router-query-planner-
|
|
43
|
+
"@graphql-tools/executor-common": "1.0.4-hive-router-query-planner-1eda5949c9ca4290165a8498a6c09e09c6984405",
|
|
44
44
|
"@graphql-tools/utils": "^10.10.1",
|
|
45
45
|
"@repeaterjs/repeater": "^3.0.4",
|
|
46
46
|
"@whatwg-node/disposablestack": "^0.0.6",
|