File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -794,9 +794,8 @@ And will yield the subset of each object type queried:
794
794
When querying an Object , the resulting mapping of fields are conceptually
795
795
ordered in the same order in which they were encountered during execution ,
796
796
excluding fragments for which the type does not apply and fields or fragments
797
- that are skipped via `@skip ` or `@include ` directives or temporarily skipped via
798
- `@defer `. This ordering is correctly produced when using the {CollectFields ()}
799
- algorithm .
797
+ that are skipped via `@skip ` or `@include ` directives or postponed via `@defer `.
798
+ This ordering is correctly produced when using the {CollectFields ()} algorithm .
800
799
801
800
Response serialization formats capable of representing ordered maps should
802
801
maintain this ordering . Serialization formats which can only represent unordered
You can’t perform that action at this time.
0 commit comments