OBJECT
McpFuel
link GraphQL Schema definition
- type McpFuel {
- # Requires access to resource GRAPHQL_FUEL_SEE
- #
- # Arguments
- # airportCodeList:
- # isCommercial:
- (
- : [AirportCodeScalar!]!,
- : Boolean
- ): [McpAirportFuelPrices!]!
- }
OBJECT
- type McpFuel {
- # Requires access to resource GRAPHQL_FUEL_SEE
- #
- # Arguments
- # airportCodeList:
- # isCommercial:
- (
- : [AirportCodeScalar!]!,
- : Boolean
- ): [McpAirportFuelPrices!]!
- }