ChecklistSectionOrder (Object)
type ChecklistSectionOrder {
sectionNid: ChecklistSectionNid!
label: String!
order: Int!
checklistGroup: [ChecklistGroupEnum!]!
}
Fields
ChecklistSectionOrder.sectionNid ● ChecklistSectionNid! non-null scalar
ChecklistSectionOrder.label ● String! non-null scalar
ChecklistSectionOrder.order ● Int! non-null scalar
ChecklistSectionOrder.checklistGroup ● [ChecklistGroupEnum!]! non-null enum
Returned By
checklist.getSectionList query
Member Of
CrewAppChecklistQuery object