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 9997e98 commit 41bc274Copy full SHA for 41bc274
src/execution/execute.ts
@@ -1995,7 +1995,7 @@ async function executeStreamIterator(
1995
fieldNodes: ReadonlyArray<FieldNode>,
1996
info: GraphQLResolveInfo,
1997
itemType: GraphQLOutputType,
1998
- path?: Path,
+ path: Path,
1999
label?: string,
2000
parentContext?: AsyncPayloadRecord,
2001
): Promise<void> {
@@ -2056,7 +2056,7 @@ async function executeStreamIterator(
2056
2057
function filterSubsequentPayloads(
2058
exeContext: ExecutionContext,
2059
- nullPath: Path | undefined,
+ nullPath: Path,
2060
currentAsyncRecord: AsyncPayloadRecord | undefined,
2061
): void {
2062
const nullPathArray = pathToArray(nullPath);
0 commit comments