Open
Description
This is a well-known/discussed issue within the GraphQL community and much discussed here: graphql/graphql-js#53
If querying the same field for different union types has the same name but different Type definitions, this should be possible without an alias. But it seems we are currently restricting that within the graphql-php implementation.