Mutation: flightCareItemStatusUpdate
Update FLIGHT CARE checklist item status. Requires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_EDIT. Requires access to given flight
checklist {
flightCareItemStatusUpdate(
flightNid: FlightNid!
checklistItemNid: ChecklistDefinitionNid!
checklistStatusId: String!
): Boolean
}
Arguments
flightCareItemStatusUpdate.flightNid ● FlightNid! non-null scalar
flightCareItemStatusUpdate.checklistItemNid ● ChecklistDefinitionNid! non-null scalar
flightCareItemStatusUpdate.checklistStatusId ● String! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.