Skip to main content

Mutation: salesItemNoteUpdate

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

checklist {
salesItemNoteUpdate(
flightNid: FlightNid!
checklistItemNid: ChecklistDefinitionNid!
note: String
): Boolean
}

Arguments

salesItemNoteUpdate.flightNid ● FlightNid! non-null scalar

salesItemNoteUpdate.checklistItemNid ● ChecklistDefinitionNid! non-null scalar

salesItemNoteUpdate.note ● String scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.