type Test { id: ID! } type Wow { a: Int } union AnyThing = [Test] | Wow!