OBJECT
FlightFuelPricesMutation
Represents fields available for mutating of fuel prices for flight
link GraphQL Schema definition
- type FlightFuelPricesMutation {
- # Requires access to resource FUEL_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # for:
- # fuelPrices:
- # Possible violation list: IS_NOT_SOME_ERROR
- (
- FlightNid!, :
- Route!, :
- FuelPriceInput!]! : [
- ): FlightFuelPricesMutationPutFuelPricesOutput!
- # Requires access to resource FUEL_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # for:
- # fuelPrices:
- # Possible violation list: IS_NOT_SOME_ERROR
- (
- FlightNid!, :
- Route!, :
- FuelPriceInputBasic!]! : [
- ): FlightFuelPricesMutationDeleteFuelPricesOutput!
- }