diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index 7a0352988..54f0c0e14 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -535,6 +535,9 @@ DoesFragmentTypeApply(objectType, fragmentType): * If {fragmentType} is a Union: * if {objectType} is a possible type of {fragmentType}, return {true} otherwise return {false}. +Note: The steps in {CollectFields()} evaluating the `@skip` and `@include` +directives may be applied in either order since they apply commutatively. + ## Executing Fields