Skip to main content

Mutation: setInteractiveAPIChecklistItem

If item is not on the flight it will be added. Requires access to given flight

interactiveAPI {
setInteractiveAPIChecklistItem(
flightNid: FlightNid!
checklistItem: InteractiveAPIChecklistItemInput!
passengerAndCrew: [PassengerAndCrewInteractiveApiReportInput!]! =
): SetInteractiveAPIChecklistItemOutput!
}

Arguments

setInteractiveAPIChecklistItem.flightNid ● FlightNid! non-null scalar

setInteractiveAPIChecklistItem.checklistItem ● InteractiveAPIChecklistItemInput! non-null input

Possible violation list: IS_NOT_SOME_ERROR,LINK_HTTPS_ERROR

setInteractiveAPIChecklistItem.passengerAndCrew ● [PassengerAndCrewInteractiveApiReportInput!]! non-null input

Type

SetInteractiveAPIChecklistItemOutput union