GraphQL + NestJS + Interfaces + Unions
So guys I was really confused by the NestJS's doc as to ho you can have an API which can be invoked like this:
⛶query {
robots {
name
... on HumanoidRobot {
height
}
... on S...