File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ fragment safeDifferingArgs on Pet {
555
555
```
556
556
557
557
However, the field responses must be shapes which can be merged. For example,
558
- scalar values must not differ. In this example, ` someValue ` might be a ` String `
558
+ scalar types must not differ. In this example, ` someValue ` might be a ` String `
559
559
or an ` Int ` :
560
560
561
561
``` graphql counter-example
@@ -575,9 +575,9 @@ fragment conflictingDifferingResponses on Pet {
575
575
576
576
- For each {selection} in the document:
577
577
- Let {selectionType} be the result type of {selection}.
578
- - If {selectionType} is a scalar or enum:
578
+ - If {selectionType} is a scalar or enum or list of these types :
579
579
- The subselection set of that selection must be empty.
580
- - If {selectionType} is an interface, union, or object:
580
+ - If {selectionType} is an interface, union, or object or list of these types :
581
581
- The subselection set of that selection must NOT BE empty.
582
582
583
583
** Explanatory Text**
You can’t perform that action at this time.
0 commit comments