diff --git a/src/execution/executor.ts b/src/execution/executor.ts index f82ad30bba2..67f497793bf 100644 --- a/src/execution/executor.ts +++ b/src/execution/executor.ts @@ -773,6 +773,10 @@ export class Executor { return this.executeFields(returnType, result, path, subFieldNodes); } + /** + * Implements the "Executing operations" section of the spec for + * subscriptions. + */ async executeSubscription(): Promise< AsyncGenerator | ExecutionResult > {