Skip to main content

Mutation: opsItemStatusUpdate

Update OPS checklist item status. Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT. Requires access to given flight

checklist {
opsItemStatusUpdate(
flightNid: FlightNid!
checklistItemNid: ChecklistDefinitionNid!
checklistStatusId: String!
): Boolean
}

Arguments

opsItemStatusUpdate.flightNid ● FlightNid! non-null scalar

opsItemStatusUpdate.checklistItemNid ● ChecklistDefinitionNid! non-null scalar

opsItemStatusUpdate.checklistStatusId ● String! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.