We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03118a commit c2cee1bCopy full SHA for c2cee1b
1 file changed
src/execution/Executor.ts
@@ -316,12 +316,10 @@ export class Executor<
316
const promise = result.then(
317
(data) => {
318
maybeRemoveExternalAbortListener();
319
- this.throwIfAborted();
320
return this.buildResponse(data);
321
},
322
(error: unknown) => {
323
324
325
this.collectedErrors.add(ensureGraphQLError(error), undefined);
326
return this.buildResponse(null);
327
0 commit comments