@graphql-tools/executor-graphql-ws
Advanced tools
Comparing version 1.3.7-alpha-73dbe3a2dabb6b84105c4dac3586696daa3d4fcb to 1.3.7-alpha-c1c9af06e2b55777ff5a00ff91a3f235f6917202
# @graphql-tools/executor-graphql-ws | ||
## 1.3.7-alpha-73dbe3a2dabb6b84105c4dac3586696daa3d4fcb | ||
## 1.3.7-alpha-c1c9af06e2b55777ff5a00ff91a3f235f6917202 | ||
### Patch Changes | ||
- [#381](https://github.com/graphql-hive/gateway/pull/381) [`e31d79c`](https://github.com/graphql-hive/gateway/commit/e31d79c704014d5180074bdb3ce11dcd1675eb58) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: | ||
- Added dependency [`@graphql-tools/executor-common@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-common/v/workspace:^) (to `dependencies`) | ||
- [#381](https://github.com/graphql-hive/gateway/pull/381) [`73dbe3a`](https://github.com/graphql-hive/gateway/commit/73dbe3a2dabb6b84105c4dac3586696daa3d4fcb) Thanks [@ardatan](https://github.com/ardatan)! - Like HMAC Upstream Signature plugin, different components of the gateway were using different ways of serializing the execution request. | ||
@@ -13,2 +17,5 @@ Some of them were ignoring `variables` if it is empty, some of not, this was causing the signature generation to be different for the same query. | ||
- Updated dependencies [[`73dbe3a`](https://github.com/graphql-hive/gateway/commit/73dbe3a2dabb6b84105c4dac3586696daa3d4fcb)]: | ||
- @graphql-tools/executor-common@0.0.1-alpha-c1c9af06e2b55777ff5a00ff91a3f235f6917202 | ||
## 1.3.6 | ||
@@ -15,0 +22,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { executionRequestToGraphQLParams, defaultPrintFn } from '@graphql-tools/executor-common'; | ||
import { serializeExecutionRequest, defaultPrintFn } from '@graphql-tools/executor-common'; | ||
import { getOperationASTFromRequest, registerAbortSignalListener } from '@graphql-tools/utils'; | ||
@@ -54,3 +54,3 @@ import { DisposableSymbols } from '@whatwg-node/disposablestack'; | ||
const iterableIterator = graphqlWSClient.iterate( | ||
executionRequestToGraphQLParams({ executionRequest, printFn }) | ||
serializeExecutionRequest({ executionRequest, printFn }) | ||
); | ||
@@ -57,0 +57,0 @@ if (iterableIterator.return && signal) { |
{ | ||
"name": "@graphql-tools/executor-graphql-ws", | ||
"version": "1.3.7-alpha-73dbe3a2dabb6b84105c4dac3586696daa3d4fcb", | ||
"version": "1.3.7-alpha-c1c9af06e2b55777ff5a00ff91a3f235f6917202", | ||
"type": "module", | ||
@@ -42,3 +42,3 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"dependencies": { | ||
"@graphql-tools/executor-common": "^0.0.0", | ||
"@graphql-tools/executor-common": "0.0.1-alpha-c1c9af06e2b55777ff5a00ff91a3f235f6917202", | ||
"@graphql-tools/utils": "^10.7.0", | ||
@@ -45,0 +45,0 @@ "@whatwg-node/disposablestack": "^0.0.5", |
Sorry, the diff of this file is not supported yet
21057