Mutation: updateAndGetPossibleFuelPrices
Update and get all possible fuel prices for locations. Also return all assigned fuel prices to flight if flightNid is passed. Requires access to resource GRAPHQL_FUEL_SEE. Requires access to given flight
FlightFuelPrices {
updateAndGetPossibleFuelPrices(
departureLocationNid: LocationNid!
destinationLocationNid: LocationNid!
fuelPriceType: FuelPriceType!
isCommercial: Boolean
flightNid: FlightNid
aircraftNid: AircraftNid
): FlightFuelPricesWithWarningsOutput!
}