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 d17d5ec commit dca3826Copy full SHA for dca3826
spec/Section 3 -- Type System.md
@@ -1595,6 +1595,9 @@ is constructed with the following rules:
1595
definition does not provide a default value, the input object field
1596
definition's default value should be used.
1597
1598
+* If the input object is a oneof input object, the map must contain exactly one
1599
+ entry, and the value of that entry must not be {null}.
1600
+
1601
Following are examples of input coercion for an input object type with a
1602
`String` field `a` and a required (non-null) `Int!` field `b`:
1603
0 commit comments