Skip to content

Commit e5c0dc5

Browse files
rivantsovbenjie
andauthored
Update spec/Section 2 -- Language.md
Co-authored-by: Benjie Gillam <benjie@jemjie.com>
1 parent bd30fe1 commit e5c0dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 2 -- Language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ piece of information available to request within a selection set.
358358
Some fields describe complex data or relationships to other data. In order to
359359
further explore this data, a field may itself contain a selection set, allowing
360360
for deeply nested requests. All GraphQL operations must specify their selections
361-
down to fields which return scalar or enum values (or lists of those types)
362-
to ensure an unambiguously shaped response.
361+
down to leaf fields (fields whose unwrapped type is a scalar or enum) to ensure
362+
an unambiguously shaped response.
363363

364364
For example, this operation selects fields of complex data and relationships
365365
down to scalar values.

0 commit comments

Comments
 (0)