Skip to main content

Mutation: changeAirportBriefNote

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 {
changeAirportBriefNote(
flightNid: FlightNid!
note: String!
): Boolean!
}
}
}

Arguments

changeAirportBriefNote.flightNid ● FlightNid! non-null scalar

changeAirportBriefNote.note ● String! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.