File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 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:
794794When querying an Object , the resulting mapping of fields are conceptually
795795ordered in the same order in which they were encountered during execution ,
796796excluding 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 .
800799
801800Response serialization formats capable of representing ordered maps should
802801maintain this ordering . Serialization formats which can only represent unordered
You can’t perform that action at this time.
0 commit comments