Skip to main content

Mutation: changeAirportBriefStatus

Will add item to checklist if not present. Requires access to resource GRAPHQL_CHECKLIST_ITEM_AIRPORT_BRIEF_EDIT. Requires access to given flight

integration {
common {
checklist {
changeAirportBriefStatus(
flightNid: FlightNid!
checklistStatusId: ChecklistStatusId!
): IntegrationChecklistMutationChangeAirportBriefStatusOutput!
}
}
}

Arguments

changeAirportBriefStatus.flightNid ● FlightNid! non-null scalar

changeAirportBriefStatus.checklistStatusId ● ChecklistStatusId! non-null scalar

Possible violation list: IS_NOT_SOME_ERROR

Type

IntegrationChecklistMutationChangeAirportBriefStatusOutput union