Skip to content

Commit

Permalink
add comment for subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jun 18, 2021
1 parent 0b7291c commit e85eed2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/execution/executor.ts
Expand Up @@ -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, void, void> | ExecutionResult
> {
Expand Down

0 comments on commit e85eed2

Please sign in to comment.