OBJECT
FuelMutation
Represents fields available for mutating of fuel
link GraphQL Schema definition
- type FuelMutation {
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # fuelAmount: [Not documented]
- FlightNid!, : FuelAmountUpdateInput!): FuelAmount! ( :
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (
- FlightNid! :
- ): Boolean!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # fuelPriceNid: [Not documented]
- # emailData: [Not documented]
- (
- FlightNid!, :
- FuelPriceNid!, :
- EmailInput! :
- ): Boolean!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # fuelPriceNid: [Not documented]
- # mailboxMessageNid: [Not documented]
- # isRead: [Not documented]
- (
- FlightNid!, :
- FuelPriceNid!, :
- MailboxMessageNid!, :
- Boolean! :
- ): Boolean!
- }