@graphql-mesh/transport-soap 0.10.1-alpha-20250306160526-5aaf1ff6d0e57417136b913cdc0b5efef26a6888 → 0.10.2-alpha-20250307110712-446e17aca9a52802d3d65b98b0e2832d53020527
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/cjs/executor.js +1 -1
- package/esm/executor.js +1 -1
- package/package.json +3 -3
package/cjs/executor.js
CHANGED
|
@@ -144,7 +144,7 @@ Falling back to 'http://www.w3.org/2003/05/soap-envelope' as SOAP Namespace.`);
|
|
|
144
144
|
return (0, utils_2.createGraphQLError)(`Upstream HTTP Error: ${response.status}`, {
|
|
145
145
|
extensions: {
|
|
146
146
|
code: 'DOWNSTREAM_SERVICE_ERROR',
|
|
147
|
-
|
|
147
|
+
serviceName: soapAnnotations.subgraph,
|
|
148
148
|
request: {
|
|
149
149
|
url: soapAnnotations.endpoint,
|
|
150
150
|
method: 'POST',
|
package/esm/executor.js
CHANGED
|
@@ -141,7 +141,7 @@ Falling back to 'http://www.w3.org/2003/05/soap-envelope' as SOAP Namespace.`);
|
|
|
141
141
|
return createGraphQLError(`Upstream HTTP Error: ${response.status}`, {
|
|
142
142
|
extensions: {
|
|
143
143
|
code: 'DOWNSTREAM_SERVICE_ERROR',
|
|
144
|
-
|
|
144
|
+
serviceName: soapAnnotations.subgraph,
|
|
145
145
|
request: {
|
|
146
146
|
url: soapAnnotations.endpoint,
|
|
147
147
|
method: 'POST',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/transport-soap",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2-alpha-20250307110712-446e17aca9a52802d3d65b98b0e2832d53020527",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
|
10
10
|
"@graphql-mesh/string-interpolation": "^0.5.8",
|
|
11
11
|
"@graphql-mesh/transport-common": "^0.7.13",
|
|
12
|
-
"@graphql-mesh/types": "0.104.1
|
|
13
|
-
"@graphql-mesh/utils": "0.104.1
|
|
12
|
+
"@graphql-mesh/types": "^0.104.1",
|
|
13
|
+
"@graphql-mesh/utils": "^0.104.1",
|
|
14
14
|
"@graphql-tools/executor": "^1.3.2",
|
|
15
15
|
"@graphql-tools/utils": "^10.8.0",
|
|
16
16
|
"@whatwg-node/fetch": "^0.10.4",
|