getTrip
query {
trip {
getTrip(tripNid: 123456789) {
tripNid
tripNumber
tripStatus
isCommercial
representative {
knownAs
emailList {
description
email
}
}
client {
knownAs
emailList {
description
email
}
}
tripType
tripStatus
flightList {
isCnl
legNumber
acft {
registration
acftType {
icao
iata
typeName
}
}
startAirport {
code {
icao
iata
}
city
country
}
endAirport {
code {
icao
iata
}
city
country
}
startTimeUTC
endTimeUTC
isFerry
passengerListCount
planCargo
crewList {
position {
posType
name
occupation
}
login {
code
knownAs
}
}
}
}
}
}