We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d0b22 commit d88d62aCopy full SHA for d88d62a
spec/Section 3 -- Type System.md
@@ -1764,7 +1764,6 @@ input ExampleInputTagged @oneOf {
1764
| `{ b: $b }` | `{ b: null }` | Error: Value for member field {b} must be non-null |
1765
| `{ b: 123, c: "xyz" }` | `{}` | Error: Unexpected field {c} |
1766
| `$var` | `{ var: { b: 123, c: "xyz" } }` | Error: Unexpected field {c} |
1767
-| `{ a: $a, b: $b }` | `{ a: "abc" }` | Error: Exactly one key must be specified |
1768
1769
**Type Validation**
1770
0 commit comments