Skip to main content

Mutation: salesItemStatusUpdate

Update SALES checklist item status. Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT. Requires access to given flight

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

Arguments

salesItemStatusUpdate.flightNid ● FlightNid! non-null scalar

salesItemStatusUpdate.checklistItemNid ● ChecklistDefinitionNid! non-null scalar

salesItemStatusUpdate.checklistStatusId ● String! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.