OBJECT
ChecklistDefType
Represents single checklistDefinition
link GraphQL Schema definition
- type ChecklistDefType {
- : ChecklistGroupEnum!
- : ChecklistTypeEnum!
- : String!
- : String!
- : String!
- : Int!
- : Int!
- : Int!
- : [ChecklistStatusType!]!
- : ChecklistStatusType!
- : String!
- : ChecklistEmailConfiguration
- : Boolean!
- # The checklist item will be automatically added to the flight
- : Boolean!
- # If isAutoAddToLeg is set to true and this condition will be fulfilled then
- # checklist item will be added to the flight
- : String!
- : String
- : AffectedAirport!
- : [ChecklistItemOffsetAirport!]!
- : [ChecklistItemOffsetCountry!]!
- : ChecklistItemOffsetDefault
- : [Link!]!
- : [Link!]!
- : Boolean!
- : Boolean!
- : String!
- : String!
- : Boolean!
- : Boolean!
- : IntPositive!
- : Boolean!
- }