Skip to main content

Mutation: setMyScheduleFlightChecklistItemNote

Requires access to given flight

loggedUserMutation {
crewApp {
checklist {
setMyScheduleFlightChecklistItemNote(
checklistItemNid: ChecklistDefinitionNidScalar!
flightNid: FlightNid!
note: String!
): Boolean!
}
}
}

Arguments

setMyScheduleFlightChecklistItemNote.checklistItemNid ● ChecklistDefinitionNidScalar! non-null scalar

setMyScheduleFlightChecklistItemNote.flightNid ● FlightNid! non-null scalar

setMyScheduleFlightChecklistItemNote.note ● String! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.