relay-runtime 0.0.0-main-5a7646e0 → 0.0.0-main-32d17fa8
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/index.js
CHANGED
|
@@ -291,7 +291,7 @@ var RelayModernEnvironment = /*#__PURE__*/function () {
|
|
|
291
291
|
var operation = _ref.operation;
|
|
292
292
|
return this._execute({
|
|
293
293
|
createSource: function createSource() {
|
|
294
|
-
return _this7.
|
|
294
|
+
return _this7.getNetwork().execute(operation.request.node.params, operation.request.variables, operation.request.cacheConfig || {}, null);
|
|
295
295
|
},
|
|
296
296
|
isClientPayload: false,
|
|
297
297
|
operation: operation,
|
|
@@ -316,7 +316,7 @@ var RelayModernEnvironment = /*#__PURE__*/function () {
|
|
|
316
316
|
updater = _ref2.updater;
|
|
317
317
|
return this._execute({
|
|
318
318
|
createSource: function createSource() {
|
|
319
|
-
return _this8.
|
|
319
|
+
return _this8.getNetwork().execute(operation.request.node.params, operation.request.variables, operation.request.cacheConfig || {}, null);
|
|
320
320
|
},
|
|
321
321
|
isClientPayload: false,
|
|
322
322
|
operation: operation,
|
|
@@ -356,7 +356,7 @@ var RelayModernEnvironment = /*#__PURE__*/function () {
|
|
|
356
356
|
|
|
357
357
|
return this._execute({
|
|
358
358
|
createSource: function createSource() {
|
|
359
|
-
return _this9.
|
|
359
|
+
return _this9.getNetwork().execute(operation.request.node.params, operation.request.variables, (0, _objectSpread2["default"])((0, _objectSpread2["default"])({}, operation.request.cacheConfig), {}, {
|
|
360
360
|
force: true
|
|
361
361
|
}), uploadables);
|
|
362
362
|
},
|