@graphql-mesh/transport-soap 0.8.12-alpha-20250116180044-4dc229baab0ab5d5a2a4de35a79720ca865641fd → 0.8.12-alpha-20250117110641-b3ddf764383c4fd9fa3790f810a5e7a511dbeb51
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 -2
- package/esm/executor.js +1 -2
- package/package.json +3 -3
package/cjs/executor.js
CHANGED
|
@@ -122,8 +122,7 @@ function createRootValueMethod({ soapAnnotations, fetchFn, jsonToXMLConverter, x
|
|
|
122
122
|
method: 'POST',
|
|
123
123
|
body: requestXML,
|
|
124
124
|
headers: {
|
|
125
|
-
'Content-Type': '
|
|
126
|
-
SOAPAction: soapAnnotations.soapAction,
|
|
125
|
+
'Content-Type': 'application/soap+xml; charset=utf-8',
|
|
127
126
|
...operationHeadersFactory({
|
|
128
127
|
args,
|
|
129
128
|
context,
|
package/esm/executor.js
CHANGED
|
@@ -119,8 +119,7 @@ function createRootValueMethod({ soapAnnotations, fetchFn, jsonToXMLConverter, x
|
|
|
119
119
|
method: 'POST',
|
|
120
120
|
body: requestXML,
|
|
121
121
|
headers: {
|
|
122
|
-
'Content-Type': '
|
|
123
|
-
SOAPAction: soapAnnotations.soapAction,
|
|
122
|
+
'Content-Type': 'application/soap+xml; charset=utf-8',
|
|
124
123
|
...operationHeadersFactory({
|
|
125
124
|
args,
|
|
126
125
|
context,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/transport-soap",
|
|
3
|
-
"version": "0.8.12-alpha-
|
|
3
|
+
"version": "0.8.12-alpha-20250117110641-b3ddf764383c4fd9fa3790f810a5e7a511dbeb51",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"@graphql-mesh/cross-helpers": "^0.4.9",
|
|
10
10
|
"@graphql-mesh/string-interpolation": "^0.5.7",
|
|
11
11
|
"@graphql-mesh/transport-common": "^0.7.13",
|
|
12
|
-
"@graphql-mesh/types": "
|
|
13
|
-
"@graphql-mesh/utils": "
|
|
12
|
+
"@graphql-mesh/types": "0.103.12-alpha-20250117110641-b3ddf764383c4fd9fa3790f810a5e7a511dbeb51",
|
|
13
|
+
"@graphql-mesh/utils": "0.103.12-alpha-20250117110641-b3ddf764383c4fd9fa3790f810a5e7a511dbeb51",
|
|
14
14
|
"@graphql-tools/executor": "^1.3.2",
|
|
15
15
|
"@graphql-tools/utils": "^10.6.0",
|
|
16
16
|
"@whatwg-node/fetch": "^0.9.15 || ^0.10.0",
|