@graphql-tools/executor-http
Advanced tools
Comparing version
# @graphql-tools/executor-http | ||
## 2.0.0-alpha-ca3205c05223457c51115ff9ad0e699a673cd8f0 | ||
## 2.0.0-alpha-cf2c52d153a1687cb69fc7513220633464a7c3e5 | ||
@@ -21,3 +21,3 @@ ### Major Changes | ||
- [#1015](https://github.com/graphql-hive/gateway/pull/1015) [`73affd0`](https://github.com/graphql-hive/gateway/commit/73affd08ace8437529fda4d07cacd41635f8e52b) 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-ca3205c05223457c51115ff9ad0e699a673cd8f0", | ||
"version": "2.0.0-alpha-cf2c52d153a1687cb69fc7513220633464a7c3e5", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A set of utils for faster development of GraphQL tools", |