CrewAppChecklistDefType (Object)
Represents single checklistDefinition restricted for crew app
type CrewAppChecklistDefType {
groupId: ChecklistGroupEnum!
isVisibleOnCrewApp: Boolean!
label: String!
leonLinks: [Link!]!
nid: Int!
operatorLinks: [Link!]!
order: Int!
section: String!
sectionId: Int!
statuses: [CrewAppChecklistStatusType!]!
isEditableOnMyScheduleCrewApp: Boolean!
}
Fields
CrewAppChecklistDefType.groupId ● ChecklistGroupEnum! non-null enum
CrewAppChecklistDefType.isVisibleOnCrewApp ● Boolean! non-null scalar
CrewAppChecklistDefType.label ● String! non-null scalar
CrewAppChecklistDefType.leonLinks ● [Link!]! non-null object
CrewAppChecklistDefType.nid ● Int! non-null scalar
CrewAppChecklistDefType.operatorLinks ● [Link!]! non-null object
CrewAppChecklistDefType.order ● Int! non-null scalar
CrewAppChecklistDefType.section ● String! non-null scalar
CrewAppChecklistDefType.sectionId ● Int! non-null scalar
CrewAppChecklistDefType.statuses ● [CrewAppChecklistStatusType!]! non-null object
CrewAppChecklistDefType.isEditableOnMyScheduleCrewApp ● Boolean! non-null scalar
Member Of
CrewAppChecklistItem object