Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
should really be a separate change?
  • Loading branch information
yaacovCR committed Nov 18, 2022
1 parent 18b5bf5 commit afa63e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ subsequentPayloads, asyncRecord):
- Let {iterator} be an iterator for {result}.
- Let {items} be an empty list.
- Let {index} be zero.
- While {result} is not closed:
- While {result} is not closed:
- If {streamDirective} is defined and {index} is greater than or equal to
{initialCount}:
- Call {ExecuteStreamField(label, iterator, index, fields, innerType,
Expand All @@ -1023,7 +1023,7 @@ subsequentPayloads, asyncRecord):
asyncRecord)}.
- Append {resolvedItem} to {initialItems}.
- Increment {index}.
- Return {items}.
- Return {items}.
- If {fieldType} is a Scalar or Enum type:
- Return the result of {CoerceResult(fieldType, result)}.
- If {fieldType} is an Object, Interface, or Union type:
Expand Down

0 comments on commit afa63e7

Please sign in to comment.