@graphql-tools/delegate 8.7.0-alpha-a000c553.0 → 8.7.0-alpha-75bc87ce.0
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 +0 -1
- package/index.mjs +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1251,7 +1251,6 @@ const createDefaultExecutor = utils.memoize1(function createDefaultExecutor(sche
|
|
|
1251
1251
|
contextValue: request.context,
|
|
1252
1252
|
variableValues: request.variables,
|
|
1253
1253
|
operationName: request.operationName,
|
|
1254
|
-
enableIncremental: true,
|
|
1255
1254
|
};
|
|
1256
1255
|
return executorInstance.execute(executionArgs);
|
|
1257
1256
|
};
|
package/index.mjs
CHANGED
|
@@ -1247,7 +1247,6 @@ const createDefaultExecutor = memoize1(function createDefaultExecutor(schema) {
|
|
|
1247
1247
|
contextValue: request.context,
|
|
1248
1248
|
variableValues: request.variables,
|
|
1249
1249
|
operationName: request.operationName,
|
|
1250
|
-
enableIncremental: true,
|
|
1251
1250
|
};
|
|
1252
1251
|
return executorInstance.execute(executionArgs);
|
|
1253
1252
|
};
|
package/package.json
CHANGED