OBJECT

CrewProperty

link GraphQL Schema definition

  • type CrewProperty {
  • trNid: Int!
  • commanderLogin: Login
  • cockpitCrewCount: Int!
  • cabinCrewCount: Int!
  • fullCockpitCrewCount: Int!
  • fullCabinCrewCount: Int!
  • fullCockpitAndCabinCrewCount: Int!
  • }