We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47458f commit d287a43Copy full SHA for d287a43
1 file changed
spec/Section 3 -- Type System.md
@@ -752,7 +752,7 @@ Union types have the potential to be invalid if incorrectly defined.
752
1. The member types of a Union type must all be Object base types;
753
Scalar, Interface and Union types may not be member types of a Union.
754
Similarly, wrapping types may not be member types of a Union.
755
-2. A Union type must define one or more member types.
+2. A Union type must define one or more unique member types.
756
757
### Enums
758
0 commit comments