Skip to content

Commit

Permalink
Fix formatting of algorithm steps in CompleteValue
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed May 1, 2018
1 parent 4b7e22b commit 057e8a7
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 @@ -647,9 +647,9 @@ CompleteValue(fieldType, fields, result, variableValues):
* If {fieldType} is an Object type.
* Let {objectType} be {fieldType}.
* Otherwise if {fieldType} is an Interface or Union type.
* Let {objectType} be ResolveAbstractType({fieldType}, {result}).
* Let {objectType} be {ResolveAbstractType(fieldType, result)}.
* Let {subSelectionSet} be the result of calling {MergeSelectionSets(fields)}.
* Return the result of evaluating ExecuteSelectionSet(subSelectionSet, objectType, result, variableValues) *normally* (allowing for parallelization).
* Return the result of evaluating {ExecuteSelectionSet(subSelectionSet, objectType, result, variableValues)} *normally* (allowing for parallelization).

**Resolving Abstract Types**

Expand Down

0 comments on commit 057e8a7

Please sign in to comment.