Skip to main content

CrewPanelDuty (Object)

Represents single duty activity for crew panel

type CrewPanelDuty {
trNid: Int!
loginNid: Int!
startTimeIso: DateTimeWithTimezone!
endTimeIso: DateTimeWithTimezone!
startTimeLT: DateTimeWithTimezone!
endTimeLT: DateTimeWithTimezone!
startApt: String @deprecated
endApt: String @deprecated
startAirport: Airport
endAirport: Airport
hasDraft: Boolean!
note: String @deprecated
pilotNote: String
plannerNote: String
accountNote: String
managerNote: String
compensatedNote: String
hasNote: Boolean!
dutyDefinition: DutyDefinition!
maskDutyDefinition: DutyDefinition
position: String
acftType: String @deprecated
aircraftType: AircraftType @deprecated
aircraftTypeList: [AircraftType!]!
aircraft: Aircraft @deprecated
aircraftList: [Aircraft!]!
registration: String @deprecated
startTime: String @deprecated
endTime: String @deprecated
isRequest: Boolean!
isVacation: Boolean!
createdBy: String
createdDate: String
lastChangedBy: String
lastChangedDate: String
tagList: [String!]
tbc: Boolean!
dutyAccountDefinitionNid: DutyAccountDefinitionNidScalar
revalidatedEndorsementList: [Endorsement!]
handledBy: Login
handledTime: DateTime
fileList: [File!]
}

Fields

CrewPanelDuty.trNid ● Int! non-null scalar

CrewPanelDuty.loginNid ● Int! non-null scalar

CrewPanelDuty.startTimeIso ● DateTimeWithTimezone! non-null scalar

CrewPanelDuty.endTimeIso ● DateTimeWithTimezone! non-null scalar

CrewPanelDuty.startTimeLT ● DateTimeWithTimezone! non-null scalar

CrewPanelDuty.endTimeLT ● DateTimeWithTimezone! non-null scalar

CrewPanelDuty.startApt ● String deprecated scalar

DEPRECATED

Please use startAirport field instead

CrewPanelDuty.endApt ● String deprecated scalar

DEPRECATED

Please use endAirport field instead

CrewPanelDuty.startAirport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

CrewPanelDuty.endAirport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

CrewPanelDuty.hasDraft ● Boolean! non-null scalar

CrewPanelDuty.note ● String deprecated scalar

DEPRECATED

Use pilotNote field instead

CrewPanelDuty.pilotNote ● String scalar

CrewPanelDuty.plannerNote ● String scalar

CrewPanelDuty.accountNote ● String scalar

CrewPanelDuty.managerNote ● String scalar

CrewPanelDuty.compensatedNote ● String scalar

CrewPanelDuty.hasNote ● Boolean! non-null scalar

CrewPanelDuty.dutyDefinition ● DutyDefinition! non-null object

CrewPanelDuty.maskDutyDefinition ● DutyDefinition object

CrewPanelDuty.position ● String scalar

CrewPanelDuty.acftType ● String deprecated scalar

DEPRECATED

Use aircraftTypeList node to get full list of aircraft types assigned to duty.

CrewPanelDuty.aircraftType ● AircraftType deprecated object

DEPRECATED

Use aircraftTypeList node to get full list of aircraft types assigned to duty.

CrewPanelDuty.aircraftTypeList ● [AircraftType!]! non-null object

CrewPanelDuty.aircraft ● Aircraft deprecated object

DEPRECATED

Use aircraftList node to get full list of aircraft assigned to duty.

Requires access to resource GRAPHQL_ACFT

CrewPanelDuty.aircraftList ● [Aircraft!]! non-null object

Requires access to resource GRAPHQL_ACFT

CrewPanelDuty.registration ● String deprecated scalar

DEPRECATED

Use aircraftList node to get full list of aircraft assigned to duty.

CrewPanelDuty.startTime ● String deprecated scalar

DEPRECATED

Field startTimeWithIso contains full start date and time in ISO8601 format

CrewPanelDuty.endTime ● String deprecated scalar

DEPRECATED

Field endTimeWithIso contains full start date and time in ISO8601 format

CrewPanelDuty.isRequest ● Boolean! non-null scalar

CrewPanelDuty.isVacation ● Boolean! non-null scalar

CrewPanelDuty.createdBy ● String scalar

CrewPanelDuty.createdDate ● String scalar

CrewPanelDuty.lastChangedBy ● String scalar

CrewPanelDuty.lastChangedDate ● String scalar

CrewPanelDuty.tagList ● [String!] list scalar

CrewPanelDuty.tbc ● Boolean! non-null scalar

CrewPanelDuty.dutyAccountDefinitionNid ● DutyAccountDefinitionNidScalar scalar

CrewPanelDuty.revalidatedEndorsementList ● [Endorsement!] list object

CrewPanelDuty.handledBy ● Login object

CrewPanelDuty.handledTime ● DateTime scalar

CrewPanelDuty.fileList ● [File!] list object

Member Of

CrewPanel object ● CrewPanelActivities object