CrewPanelHistoryInterface (Interface)
Common interface for different history types types.
interface CrewPanelHistoryInterface {
startAirportCode: String!
endAirportCode: String!
startTime: DateTimeWithTimezone!
endTime: DateTimeWithTimezone!
}
Fields
CrewPanelHistoryInterface.startAirportCode ● String! non-null scalar
CrewPanelHistoryInterface.endAirportCode ● String! non-null scalar
CrewPanelHistoryInterface.startTime ● DateTimeWithTimezone! non-null scalar
CrewPanelHistoryInterface.endTime ● DateTimeWithTimezone! non-null scalar
Implemented By
CrewPanelActivityHistoryDuty object ● CrewPanelActivityHistoryFlight object ● CrewPanelActivityHistoryPositioning object