@@ -474,7 +474,7 @@ unambiguous. Therefore any two field selections which might both be encountered
474
474
for the same object are only valid if they are equivalent.
475
475
476
476
During execution, the simultaneous execution of fields with the same response
477
- name is accomplished by {MergeSelectionSets ()} and {CollectFields ()}.
477
+ name is accomplished by {BuildRootFieldPlan ()} and {BuildSubFieldPlan ()}.
478
478
479
479
For simple hand-written GraphQL, this rule is obviously a clear developer error,
480
480
however nested fragments can make this difficult to detect manually.
@@ -1530,7 +1530,7 @@ query ($foo: Boolean = true, $bar: Boolean = false) {
1530
1530
1531
1531
### Defer And Stream Directives Are Used On Valid Root Field
1532
1532
1533
- ** Formal Specification **
1533
+ ** Formal Specification**
1534
1534
1535
1535
- For every {directive} in a document.
1536
1536
- Let {directiveName} be the name of {directive}.
@@ -1558,7 +1558,7 @@ mutation {
1558
1558
1559
1559
### Defer And Stream Directives Are Used On Valid Operations
1560
1560
1561
- ** Formal Specification **
1561
+ ** Formal Specification**
1562
1562
1563
1563
- Let {subscriptionFragments} be the empty set.
1564
1564
- For each {operation} in a document:
@@ -1607,7 +1607,7 @@ subscription sub {
1607
1607
1608
1608
### Defer And Stream Directive Labels Are Unique
1609
1609
1610
- ** Formal Specification **
1610
+ ** Formal Specification**
1611
1611
1612
1612
- Let {labelValues} be an empty set.
1613
1613
- For every {directive} in the document:
0 commit comments