Skip to main content

Query: flightListAsBuyer

Get flights where contact is a buyer. Requires access to resource PHONEBOOK_FLIGHTS_SEE

contact {
flightListAsBuyer(
contactNid: ContactNid!
offset: Int! = 0
limit: Int! = 1000
): [ContactFlight!]!
}

Arguments

flightListAsBuyer.contactNid ● ContactNid! non-null scalar

flightListAsBuyer.offset ● Int! non-null scalar

flightListAsBuyer.limit ● Int! non-null scalar

Type

ContactFlight object