Skip to content

Commit

Permalink
[editorial] Localized note about order of skip and include directives (
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron authored Jan 10, 2020
1 parent be33a64 commit 4d55742
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4d55742

Please sign in to comment.