Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
robrichard committed Sep 23, 2020
1 parent 2aad050 commit 097dbff
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 @@ -560,7 +560,7 @@ CollectFields(objectType, objectValue, selectionSet, variableValues, deferredFra
{responseKey}; if no such list exists, create it as an empty list.
* Append all items in {fragmentGroup} to {groupForResponseKey}.
* Return {groupedFields}.

Note: The steps in {CollectFields()} evaluating the `@skip` and `@include`
directives may be applied in either order since they apply commutatively.

Expand All @@ -572,7 +572,7 @@ DoesFragmentTypeApply(objectType, fragmentType):
* if {objectType} is an implementation of {fragmentType}, return {true} otherwise return {false}.
* If {fragmentType} is a Union:
* if {objectType} is a possible type of {fragmentType}, return {true} otherwise return {false}.

DeferFragment(objectType, objectValue, fragmentSelectionSet, parentPath):
* Let {label} be the value or the variable to {deferDirective}'s {label} argument.
* Let {deferredFragmentRecord} be the result of calling {CreateDeferredFragmentRecord(label, objectType, objectValue, fragmentSelectionSet, parentPath)}.
Expand Down

0 comments on commit 097dbff

Please sign in to comment.