Skip to content

Commit

Permalink
remove references to read/write modes
Browse files Browse the repository at this point in the history
spec does not have read/write modes. although write is a reference to
mutations, seems proper to not introduce new concepts within the code
  • Loading branch information
yaacovCR committed Jun 6, 2021
1 parent 6469874 commit ca0777d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/execution/execute.ts
Expand Up @@ -368,7 +368,7 @@ function executeOperation(

/**
* Implements the "Executing selection sets" section of the spec
* for "write" mode.
* for fields that must be executed serially.
*/
function executeFieldsSerially(
exeContext: ExecutionContext,
Expand Down Expand Up @@ -406,7 +406,7 @@ function executeFieldsSerially(

/**
* Implements the "Executing selection sets" section of the spec
* for "read" mode.
* for fields that may be executed in parallel.
*/
function executeFields(
exeContext: ExecutionContext,
Expand Down

0 comments on commit ca0777d

Please sign in to comment.