Skip to content

Commit a6feb06

Browse files
committed
Resolves External Argument Default Mismatch specification doesnt account for all arguments
1 parent 005b55d commit a6feb06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 4 -- Composition.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2737,12 +2737,12 @@ ERROR
27372737
- For each {argumentName} in {argumentNames}
27382738
- Let {arguments} be the set of all arguments with the name
27392739
{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}.
27412741
- Let {externalArguments} be the set of all arguments with the name
27422742
{argumentName} from all fields in {externalFields}.
27432743
- 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}.
27462746

27472747
**Explanatory Text**
27482748

0 commit comments

Comments
 (0)