Skip to content

Commit 90774d7

Browse files
authored
fix: re-initialize subsequentPayloads (#3757)
1 parent 40ff40a commit 90774d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/execution/execute.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ function buildPerEventExecutionContext(
506506
return {
507507
...exeContext,
508508
rootValue: payload,
509+
subsequentPayloads: new Set(),
509510
errors: [],
510511
};
511512
}

0 commit comments

Comments
 (0)