junjin
union TransportMethod = Train | Bus | Airplane \n type route { \n transportMethod: [TransportMethod!]! \n }
nuno