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 6a6be52 commit de87d2fCopy full SHA for de87d2f
spec/Section 3 -- Type System.md
@@ -1693,6 +1693,7 @@ input ExampleInputTagged @oneOf {
1693
| ------------------------ | ----------------------- | --------------------------------------------------- |
1694
| `{ a: "abc", b: 123 }` | `{}` | Error: Exactly one key must be specified |
1695
| `{ a: null, b: 123 }` | `{}` | Error: Exactly one key must be specified |
1696
+| `{ a: null }` | `{}` | Error: Value for member field {a} must be non-null |
1697
| `{ b: 123 }` | `{}` | `{ b: 123 }` |
1698
| `{ a: $var, b: 123 }` | `{ var: null }` | Error: Exactly one key must be specified |
1699
| `{ a: $var, b: 123 }` | `{}` | Error: Exactly one key must be specified |
0 commit comments