@graphql-tools/executor-http
Advanced tools
Comparing version
# @graphql-tools/executor-http | ||
## 2.0.0-alpha-f5be153845d95570bc8a1dd6dc2ac5e75c8b3f69 | ||
## 2.0.0-alpha-f5fabd48bd4e0374f6ed5994563eb14e05abebff | ||
@@ -21,3 +21,3 @@ ### Major Changes | ||
- [#1015](https://github.com/graphql-hive/gateway/pull/1015) [`62265f4`](https://github.com/graphql-hive/gateway/commit/62265f494d32a29e277f17e78190fc5e967b3d80) Thanks [@ardatan](https://github.com/ardatan)! - Add `TypeError` to `originalError` prop of the error thrown when no `data` and `errors` found 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 | ||
- [#1015](https://github.com/graphql-hive/gateway/pull/1015) [`9a120c8`](https://github.com/graphql-hive/gateway/commit/9a120c85ac67654f63e374cf420ac4b73da21228) Thanks [@ardatan](https://github.com/ardatan)! - Add `TypeError` to `originalError` prop of the error thrown when no `data` and `errors` found 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 | ||
@@ -24,0 +24,0 @@ ## 1.3.3 |
{ | ||
"name": "@graphql-tools/executor-http", | ||
"version": "2.0.0-alpha-f5be153845d95570bc8a1dd6dc2ac5e75c8b3f69", | ||
"version": "2.0.0-alpha-f5fabd48bd4e0374f6ed5994563eb14e05abebff", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A set of utils for faster development of GraphQL tools", |