Skip to main content

Mutation: opsItemNoteUpdate

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

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

Arguments

opsItemNoteUpdate.flightNid ● FlightNid! non-null scalar

opsItemNoteUpdate.checklistItemNid ● ChecklistDefinitionNid! non-null scalar

opsItemNoteUpdate.note ● String scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.