File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1560,17 +1560,17 @@ mutation {
1560
1560
1561
1561
** Formal Specification **
1562
1562
1563
- - For every {directive} in a document .
1564
- - Let {directiveName} be the name of {directive}.
1565
- - If {directiveName} is "defer" or "stream":
1566
- - For every {argument} in {directive} :
1567
- - Let {argumentName} be the name of {argument}.
1568
- - Let {argumentValue } be the value passed to {argument}.
1569
- - If {argumentName} is "label":
1570
- - {argumentValue} must not be a variable.
1571
- - Let {labels} be all label values passed to defer or stream directive label
1572
- arguments .
1573
- - {labels} must be a set of one .
1563
+ - Let {labelValues} be an empty set .
1564
+ - For every {directive} in the document:
1565
+ - Let {directiveName} be the name of {directive}.
1566
+ - If {directiveName} is "defer" or "stream" :
1567
+ - For every {argument} in {directive}:
1568
+ - Let {argumentName } be the name of {argument}.
1569
+ - Let {argumentValue} be the value passed to {argument}.
1570
+ - If {argumentName} is "label":
1571
+ - {argumentValue} must not be a variable.
1572
+ - {argumentValue} must not be present in {labelValues} .
1573
+ - Append {argumentValue} to {labelValues} .
1574
1574
1575
1575
** Explanatory Text**
1576
1576
You can’t perform that action at this time.
0 commit comments