OBJECT
AirportPriceListMutationSection
link GraphQL Schema definition
- type AirportPriceListMutationSection {
- # Creates airport price list (fees)..
- # Requires access to resource GRAPHQL_ACFT
- #
- # Arguments
- # name:
- # selectedFees:
- # items:
- (
- String!, :
- AirportPriceListFeeInput!]!, : [
- AirportPriceListItemInput!]! : [
- ): AptPriceList!
- # Updates airport price list (fees)..
- # Requires access to resource GRAPHQL_ACFT
- #
- # Arguments
- # aptPriceListNid:
- # name:
- # selectedFees:
- # items:
- (
- Int!, :
- String!, :
- AirportPriceListFeeInput!]!, : [
- AirportPriceListItemInput!]! : [
- ): AptPriceList!
- # Deletes airport price list (fees).
- #
- # Arguments
- # aptPriceListNid:
- AirportPriceListNid!): Boolean! ( :
- }