We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd30fe1 commit e5c0dc5Copy full SHA for e5c0dc5
spec/Section 2 -- Language.md
@@ -358,8 +358,8 @@ piece of information available to request within a selection set.
358
Some fields describe complex data or relationships to other data. In order to
359
further explore this data, a field may itself contain a selection set, allowing
360
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.
+down to leaf fields (fields whose unwrapped type is a scalar or enum) to ensure
+an unambiguously shaped response.
363
364
For example, this operation selects fields of complex data and relationships
365
down to scalar values.
0 commit comments