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 80a60f4 commit 29f2440Copy full SHA for 29f2440
src/execution/execute.ts
@@ -2108,10 +2108,10 @@ function mapSourceToResponse(
2108
}
2109
2110
const abortSignal = validatedExecutionArgs.abortSignal;
2111
-
2112
const promiseCanceller = abortSignal
2113
? new PromiseCanceller(abortSignal)
2114
: undefined;
+
2115
// For each payload yielded from a subscription, map it over the normal
2116
// GraphQL `execute` function, with `payload` as the rootValue.
2117
// This implements the "MapSourceToResponseEvent" algorithm described in
0 commit comments