Query: flightListAsPassenger
Get flights where contact is a passenger. Requires access to resource PHONEBOOK_FLIGHTS_SEE
contact {
flightListAsPassenger(
contactNid: ContactNid!
offset: Int! = 0
limit: Int! = 1000
): [ContactFlight!]!
}