Skip to content

Commit f2699c5

Browse files
authored
r/result/unwrapped
1 parent cc26d6f commit f2699c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 5 -- Validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ fragment conflictingDifferingResponses on Pet {
584584
**Explanatory Text**
585585

586586
A field subselection is not allowed on leaf fields. A leaf field is any field
587-
with a scalar or enum result type.
587+
with a scalar or enum unwrapped type.
588588

589589
The following is valid.
590590

@@ -605,7 +605,7 @@ fragment scalarSelectionsNotAllowedOnInt on Dog {
605605
```
606606

607607
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.
608+
any field with an object, interface, or union unwrapped type.
609609

610610
Let's assume the following additions to the query root operation type of the
611611
schema:

0 commit comments

Comments
 (0)