Skip to content

Commit 097dbff

Browse files
committed
fix spaces
1 parent 2aad050 commit 097dbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ CollectFields(objectType, objectValue, selectionSet, variableValues, deferredFra
560560
{responseKey}; if no such list exists, create it as an empty list.
561561
* Append all items in {fragmentGroup} to {groupForResponseKey}.
562562
* Return {groupedFields}.
563-
563+
564564
Note: The steps in {CollectFields()} evaluating the `@skip` and `@include`
565565
directives may be applied in either order since they apply commutatively.
566566

@@ -572,7 +572,7 @@ DoesFragmentTypeApply(objectType, fragmentType):
572572
* if {objectType} is an implementation of {fragmentType}, return {true} otherwise return {false}.
573573
* If {fragmentType} is a Union:
574574
* if {objectType} is a possible type of {fragmentType}, return {true} otherwise return {false}.
575-
575+
576576
DeferFragment(objectType, objectValue, fragmentSelectionSet, parentPath):
577577
* Let {label} be the value or the variable to {deferDirective}'s {label} argument.
578578
* Let {deferredFragmentRecord} be the result of calling {CreateDeferredFragmentRecord(label, objectType, objectValue, fragmentSelectionSet, parentPath)}.

0 commit comments

Comments
 (0)