Skip to content

Commit 4d55742

Browse files
authored
[editorial] Localized note about order of skip and include directives (#669)
1 parent be33a64 commit 4d55742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ DoesFragmentTypeApply(objectType, fragmentType):
535535
* If {fragmentType} is a Union:
536536
* if {objectType} is a possible type of {fragmentType}, return {true} otherwise return {false}.
537537

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

539542
## Executing Fields
540543

0 commit comments

Comments
 (0)