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 ea3c6ef commit 2b57f35Copy full SHA for 2b57f35
spec/Section 3 -- Type System.md
@@ -1211,11 +1211,10 @@ Unions are never valid inputs.
1211
1212
Union types have the potential to be invalid if incorrectly defined.
1213
1214
-1. A Union type must include one or more member types.
+1. A Union type must include one or more unique member types.
1215
2. The member types of a Union type must all be Object base types;
1216
Scalar, Interface and Union types must not be member types of a Union.
1217
Similarly, wrapping types must not be member types of a Union.
1218
-3. A Union type must define one or more unique member types.
1219
1220
1221
### Union Extensions
0 commit comments