Skip to main content

Mutation: setAirportCategory

set airport category

airport {
setAirportCategory(
locationNid: AirportNidScalar!
category: AirportCategoryInput!
applyToAllOperators: Boolean! = false
): AirportCategoryResult!
}

Arguments

setAirportCategory.locationNid ● AirportNidScalar! non-null scalar

setAirportCategory.category ● AirportCategoryInput! non-null input

setAirportCategory.applyToAllOperators ● Boolean! non-null scalar

Apply the change to every operator sharing this airport directory

Type

AirportCategoryResult object

Result of setting airport category