Skip to main content

AircraftPriceListMutationSection (Object)

type AircraftPriceListMutationSection {
createList(
name: String!
currency: String!
fees: AircraftPriceListFeesInput!
fixedRoutes: [AircraftPriceListFixedRouteInput!]! =
): AircraftPriceListMutationSectionCreateListOutput!
updateList(
listNid: AircraftPriceListNid!
name: String!
currency: String!
fees: AircraftPriceListFeesInput
fixedRoutes: [AircraftPriceListFixedRouteInput!]
): AircraftPriceListMutationSectionUpdateListOutput!
deleteList(
listNid: AircraftPriceListNid!
): Boolean!
}

Fields

AircraftPriceListMutationSection.createList ● AircraftPriceListMutationSectionCreateListOutput! non-null union

Creates aircraft price list (fees).

AircraftPriceListMutationSection.createList.name ● String! non-null scalar
AircraftPriceListMutationSection.createList.currency ● String! non-null scalar
AircraftPriceListMutationSection.createList.fees ● AircraftPriceListFeesInput! non-null input

Possible violation list: WRONG_HOURS_FORMAT

AircraftPriceListMutationSection.createList.fixedRoutes ● [AircraftPriceListFixedRouteInput!]! non-null input

Possible violation list: MINIMUM_LIST_LENGTH_ERROR

AircraftPriceListMutationSection.updateList ● AircraftPriceListMutationSectionUpdateListOutput! non-null union

Updates aircraft price list (fees).

AircraftPriceListMutationSection.updateList.listNid ● AircraftPriceListNid! non-null scalar
AircraftPriceListMutationSection.updateList.name ● String! non-null scalar
AircraftPriceListMutationSection.updateList.currency ● String! non-null scalar
AircraftPriceListMutationSection.updateList.fees ● AircraftPriceListFeesInput input

Use null to omit updating. Possible violation list: WRONG_HOURS_FORMAT

AircraftPriceListMutationSection.updateList.fixedRoutes ● [AircraftPriceListFixedRouteInput!] list input

Use null to omit updating. Possible violation list: MINIMUM_LIST_LENGTH_ERROR

AircraftPriceListMutationSection.deleteList ● Boolean! non-null scalar

Deletes aircraft price list (fees).

AircraftPriceListMutationSection.deleteList.listNid ● AircraftPriceListNid! non-null scalar

Returned By

aircraftPriceList mutation