Query: getPossibleFuelPrices
DEPRECATED
Please use FlightFuelPricesMutation instead, as this query also mutates data (performs an update), which aligns more with mutation part.
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
fuel {
getPossibleFuelPrices(
departure: AirportCodeScalar!
destination: AirportCodeScalar!
fuelPriceType: FuelPriceType!
isCommercial: Boolean
flightNid: FlightNid
aircraftNid: AircraftNid
): FuelFlightPricesOutput! @deprecated
}