OBJECT

AirportPriceListQuery

link GraphQL Schema definition

  • type AirportPriceListQuery {
  • # Price list representation in CSV format.
  • # Access to resource PRICE_LIST will soon be required
  • #
  • # Arguments
  • # airportPriceListNid: [Not documented]
  • getPriceListAsCsv(airportPriceListNid: AirportPriceListNid!): AirportPriceListAsCsv
  • # Access to resource PRICE_LIST will soon be required
  • queryLanguage: AirportPriceListItemQueryLanguageQuery!
  • # Requires access to resource PRICE_LIST.
  • # Requires access to resource GRAPHQL_ACFT
  • #
  • # Arguments
  • # buyerContactNid:
  • list(buyerContactNid: ClientNid): [AptPriceList!]!
  • }