Skip to content

Commit 92df852

Browse files
committed
fix initialization
1 parent 558f38b commit 92df852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function executeOperation(
277277
const exeContext: ExecutionContext = {
278278
validatedExecutionArgs,
279279
errors: undefined,
280-
cancellableStreams: new Set(),
280+
cancellableStreams: undefined,
281281
};
282282
try {
283283
const { schema, fragments, rootValue, operation, variableValues } =

0 commit comments

Comments
 (0)