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!]! }