File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2737,12 +2737,12 @@ ERROR
2737
2737
- For each {argumentName } in {argumentNames }
2738
2738
- Let {arguments } be the set of all arguments with the name
2739
2739
{argumentName } from all fields in {fields }.
2740
- - Let {defaultValue } be the first default value found in {arguments }.
2740
+ - Let {defaultValues } be all default values found in {arguments }.
2741
2741
- Let {externalArguments } be the set of all arguments with the name
2742
2742
{argumentName } from all fields in {externalFields }.
2743
2743
- For each {externalArgument } in {externalArguments }
2744
- - The default value of {externalArgument } must be equal to
2745
- {defaultValue }.
2744
+ - The default value of {externalArgument } must be equal to all
2745
+ {defaultValues }.
2746
2746
2747
2747
**Explanatory Text **
2748
2748
You can’t perform that action at this time.
0 commit comments