We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d46bb commit c5b3b64Copy full SHA for c5b3b64
spec/Section 5 -- Validation.md
@@ -454,6 +454,19 @@ fragment multipleArgsReverseOrder on Arguments {
454
}
455
```
456
457
+### Argument Uniqueness
458
+
459
+Fields and directives treat arguments as a mapping of argument name to value.
460
+More than one argument with the same name in an argument set is ambiguous
461
+and invalid.
462
463
+** Formal Specification **
464
465
+ * For each {argument} in the Document.
466
+ * Let {argumentName} be the Name of {argument}.
467
+ * Let {arguments} be all Arguments named {argumentName} in the Argument Set which contains {argument}.
468
+ * {arguments} must be the set containing only {argument}.
469
470
### Argument Values Type Correctness
471
472
#### Compatible Values
0 commit comments