Skip to content

Commit 5d72416

Browse files
committed
more PR feedback
1 parent 2934a59 commit 5d72416

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/Section 3 -- Type System.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -794,9 +794,8 @@ And will yield the subset of each object type queried:
794794
When querying an Object, the resulting mapping of fields are conceptually
795795
ordered in the same order in which they were encountered during execution,
796796
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.
800799

801800
Response serialization formats capable of representing ordered maps should
802801
maintain this ordering. Serialization formats which can only represent unordered

0 commit comments

Comments
 (0)