CrewPanelActivityHistoryDuty (Object)
Entry represents duty state at current timestamp
type CrewPanelActivityHistoryDuty implements CrewPanelHistoryInterface {
dutyNid: DutyNid!
startAirportCode: String!
endAirportCode: String!
startTime: DateTimeWithTimezone!
endTime: DateTimeWithTimezone!
name: String!
legend: String!
}
Fields
CrewPanelActivityHistoryDuty.dutyNid ● DutyNid! non-null scalar
CrewPanelActivityHistoryDuty.startAirportCode ● String! non-null scalar
CrewPanelActivityHistoryDuty.endAirportCode ● String! non-null scalar
CrewPanelActivityHistoryDuty.startTime ● DateTimeWithTimezone! non-null scalar
CrewPanelActivityHistoryDuty.endTime ● DateTimeWithTimezone! non-null scalar
CrewPanelActivityHistoryDuty.name ● String! non-null scalar
CrewPanelActivityHistoryDuty.legend ● String! non-null scalar
Interfaces
CrewPanelHistoryInterface interface
Common interface for different history types types.