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 58f00c8 commit 972fd5aCopy full SHA for 972fd5a
spec/Section 3 -- Type System.md
@@ -599,7 +599,7 @@ Union types have the potential to be invalid if incorrectly defined.
599
1. The member types of an Union type must all be Object base types;
600
Scalar, Interface and Union types may not be member types of a Union.
601
Similarly, wrapping types may not be member types of a Union.
602
-2. A Union type must define two or more member types.
+2. A Union type must define one or more member types.
603
604
### Enums
605
0 commit comments