OBJECT
CrewPanelDuty
Represents single duty activity for crew panel
link GraphQL Schema definition
- type CrewPanelDuty {
- : Int!
- : Int!
- : DateTimeWithTimezone!
- : DateTimeWithTimezone!
- : DateTimeWithTimezone!
- : DateTimeWithTimezone!
- : String @deprecated( reason: "Please use startAirport field instead" )
- : String @deprecated( reason: "Please use endAirport field instead" )
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport
- : Boolean!
- : String @deprecated( reason: "Use pilotNote field instead" )
- : String
- : String
- : String
- : String
- : String
- : Boolean!
- : DutyDefinition!
- : DutyDefinition
- : String
- : String @deprecated( reason: "Use aircraftTypeList node to get full list of aircraft types assigned to duty." )
- : AircraftType @deprecated( reason: "Use aircraftTypeList node to get full list of aircraft types assigned to duty." )
- : [AircraftType!]!
- # Requires access to resource GRAPHQL_ACFT
- : Aircraft @deprecated( reason: "Use aircraftList node to get full list of aircraft assigned to duty." )
- # Requires access to resource GRAPHQL_ACFT
- : [Aircraft!]!
- : String @deprecated( reason: "Use aircraftList node to get full list of aircraft assigned to duty." )
- : String @deprecated( reason: "Field startTimeWithIso contains full start date and time in ISO8601 format" )
- : String @deprecated( reason: "Field endTimeWithIso contains full start date and time in ISO8601 format" )
- : Boolean!
- : Boolean!
- : String
- : String
- : String
- : String
- : [String!]
- : Boolean!
- : DutyAccountDefinitionNidScalar
- : [Endorsement!]
- : Login
- : DateTime
- : [File!]
- }