Skip to main content

Mutation: setFlightFuelPrices

Sets fuel prices with full unit/currency conversions. Requires access to resource FUEL_EDIT. Requires access to given flight

FlightFuelPrices {
setFlightFuelPrices(
flightNid: FlightNid!
input: SetFlightFuelPricesInput!
): Boolean!
}

Arguments

setFlightFuelPrices.flightNid ● FlightNid! non-null scalar

setFlightFuelPrices.input ● SetFlightFuelPricesInput! non-null input

Type

Boolean scalar

The Boolean scalar type represents true or false.