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 cc26d6f commit f2699c5Copy full SHA for f2699c5
spec/Section 5 -- Validation.md
@@ -584,7 +584,7 @@ fragment conflictingDifferingResponses on Pet {
584
**Explanatory Text**
585
586
A field subselection is not allowed on leaf fields. A leaf field is any field
587
-with a scalar or enum result type.
+with a scalar or enum unwrapped type.
588
589
The following is valid.
590
@@ -605,7 +605,7 @@ fragment scalarSelectionsNotAllowedOnInt on Dog {
605
```
606
607
Conversely, non-leaf fields must have a field subselection. A non-leaf field is
608
-any field with an object, interface, or union result type.
+any field with an object, interface, or union unwrapped type.
609
610
Let's assume the following additions to the query root operation type of the
611
schema:
0 commit comments