Skip to main content

Mutation: flightCareItemNoteUpdate

Update FLIGHT CARE checklist item note. Requires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_EDIT. Requires access to given flight

checklist {
flightCareItemNoteUpdate(
flightNid: FlightNid!
checklistItemNid: ChecklistDefinitionNidScalar!
note: String
): Boolean!
}

Arguments

flightCareItemNoteUpdate.flightNid ● FlightNid! non-null scalar

flightCareItemNoteUpdate.checklistItemNid ● ChecklistDefinitionNidScalar! non-null scalar

flightCareItemNoteUpdate.note ● String scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.