Skip to content

Commit

Permalink
Remove redundant union type validation rule (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron authored Jun 11, 2018
1 parent ea3c6ef commit 2b57f35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/Section 3 -- Type System.md
Original file line number Diff line number Diff line change
Expand Up @@ -1211,11 +1211,10 @@ Unions are never valid inputs.

Union types have the potential to be invalid if incorrectly defined.

1. A Union type must include one or more member types.
1. A Union type must include one or more unique member types.
2. The member types of a Union type must all be Object base types;
Scalar, Interface and Union types must not be member types of a Union.
Similarly, wrapping types must not be member types of a Union.
3. A Union type must define one or more unique member types.


### Union Extensions
Expand Down

0 comments on commit 2b57f35

Please sign in to comment.