Skip to main content

Query: bookingsTripList

Find trips. Requires access to resource GRAPHQL_SALES_BOOKINGS. Requires access to resource GRAPHQL_FLIGHT

trip {
bookingsTripList(
timeInterval: TimeIntervalInput!
aircraftList: [AircraftNid!]
flightStatus: [FlightStatus!]
isCnl: Boolean
clientsList: [ClientNid!]
assigneesList: [ApiLoginNidScalar]
withUnassigned: Boolean
operatorBaseNid: BaseNid
flightTypes: [FlightType!]
tripTypes: [ScheduleTripType!]
): [Trip!]!
}

Arguments

bookingsTripList.timeInterval ● TimeIntervalInput! non-null input

bookingsTripList.aircraftList ● [AircraftNid!] list scalar

bookingsTripList.flightStatus ● [FlightStatus!] list enum

bookingsTripList.isCnl ● Boolean scalar

bookingsTripList.clientsList ● [ClientNid!] list scalar

bookingsTripList.assigneesList ● [ApiLoginNidScalar] list scalar

bookingsTripList.withUnassigned ● Boolean scalar

bookingsTripList.operatorBaseNid ● BaseNid scalar

bookingsTripList.flightTypes ● [FlightType!] list enum

bookingsTripList.tripTypes ● [ScheduleTripType!] list enum

Type

Trip object

Represents single trip belonging to operator specified in request endpoint