Skip to main content

Mutation: addOrUpdateSalesItems

Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT. Requires access to given flight

checklist {
addOrUpdateSalesItems(
flightNid: FlightNid!
checklistItems: [ChecklistItemInput!]!
): Boolean
}

Arguments

addOrUpdateSalesItems.flightNid ● FlightNid! non-null scalar

addOrUpdateSalesItems.checklistItems ● [ChecklistItemInput!]! non-null input

Type

Boolean scalar

The Boolean scalar type represents true or false.