We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58eaf9d commit 0ab2256Copy full SHA for 0ab2256
src/execution/execute.ts
@@ -1965,7 +1965,6 @@ async function executeStreamIteratorItem(
1965
} catch (rawError) {
1966
const error = locatedError(rawError, fieldNodes, pathToArray(itemPath));
1967
const value = handleFieldError(error, itemType, asyncPayloadRecord.errors);
1968
- filterSubsequentPayloads(exeContext, itemPath, asyncPayloadRecord);
1969
// don't continue if iterator throws
1970
return { done: true, value };
1971
}
0 commit comments