1 2 3 4 5 6 7 8 9 10 11 12
type A { id: ID! } type B { id: ID! } type C { id: ID! } type D { id: ID! } union Test = B | C extend union Test = A extend union Test = B extend union Membership = A