Skip to content

Commit 9926a6a

Browse files
author
Max
committed
patch soap
1 parent 1b8d85d commit 9926a6a

File tree

3 files changed

+311
-362
lines changed

3 files changed

+311
-362
lines changed

patches/@graphql-mesh+soap+0.7.10.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
diff --git a/node_modules/@graphql-mesh/soap/index.js b/node_modules/@graphql-mesh/soap/index.js
2+
index 8ac483d..126b9e5 100644
3+
--- a/node_modules/@graphql-mesh/soap/index.js
4+
+++ b/node_modules/@graphql-mesh/soap/index.js
5+
@@ -927,7 +927,7 @@ class SoapHandler {
6+
if (schemaHeaders && 'then' in schemaHeaders) {
7+
schemaHeaders = await schemaHeaders;
8+
}
9+
- const fetch = utils.getCachedFetch(this.cache);
10+
+ const fetch = utils.getCachedFetch(this.cache, this.config.rejectUnauthorized);
11+
const soapClient = await createSoapClient(this.config.wsdl, {
12+
basicAuth: this.config.basicAuth,
13+
options: {
14+
diff --git a/node_modules/@graphql-mesh/soap/index.mjs b/node_modules/@graphql-mesh/soap/index.mjs
15+
index c5a2938..9c451f2 100644
16+
--- a/node_modules/@graphql-mesh/soap/index.mjs
17+
+++ b/node_modules/@graphql-mesh/soap/index.mjs
18+
@@ -923,7 +923,7 @@ class SoapHandler {
19+
if (schemaHeaders && 'then' in schemaHeaders) {
20+
schemaHeaders = await schemaHeaders;
21+
}
22+
- const fetch = getCachedFetch(this.cache);
23+
+ const fetch = utils.getCachedFetch(this.cache, this.config.rejectUnauthorized);
24+
const soapClient = await createSoapClient(this.config.wsdl, {
25+
basicAuth: this.config.basicAuth,
26+
options: {

0 commit comments

Comments
 (0)