Skip to main content

AirportDirectory (Object)

Represents airport directory (i.e. handlers, fuel suppliers, hotels) data

type AirportDirectory {
airportTagListByWildcard(
wildcard: String!
): [Tag!]!
handlingAgentByWildcard(
wildcard: String!
): [AptdirHandler!]!
handlingAgentByLocation(
airportCode: String!
): [AptdirHandler!]!
handlingAgentByLocationNid(
locationNid: LocationNid!
): [AptdirHandler!]!
getPreferredHandler(
locationNid: LocationNid!
contactNid: ContactNid
aircraftNid: AircraftNid
): AptdirHandler
handlingAgentByAirport(
airport: AirportQueryInput!
): [AptdirHandler!]!
fuelSupplierByLocation(
airportCode: String!
): [FuelSupplier!]!
hotelByLocation(
airportCode: String!
): [Hotel!]!
restriction(
locationNid: LocationNid!
): [AptdirRestriction!]!
getPaxTransportSuppliers(
locationNid: LocationNid!
): [AptdirSupplier!]!
getCateringSuppliers(
locationNid: LocationNid!
): [AptdirSupplier!]!
getAlternatesForAirport(
locationNid: LocationNid!
): AlternatesForAirport!
airportLocalDateTimeToUtc(
locationNid: LocationNid!
datetime: DateTime!
): NonNullDateTimeValueOrErrorList!
hoursRecurrence: AirportDirectoryHoursRecurrenceQuery!
servicesOnFutureFlights: AirportDirectoryServicesOnFutureFlightsQuery!
airportCategories: AirportCategoriesQuery!
airportList(
locationNidList: [LocationNid!]!
): [Airport!]!
weatherList(
locationNidList: [LocationNid!]!
): [AirportWeather!]!
aptdirOwnerName: String
airportRefuelEuYears(
locationNid: LocationNid!
yearsRange: AirportRefuelEuYearsRangeInput
): AirportRefuelEuYearsQuery!
}

Fields

AirportDirectory.airportTagListByWildcard ● [Tag!]! non-null object

AirportDirectory.airportTagListByWildcard.wildcard ● String! non-null scalar

AirportDirectory.handlingAgentByWildcard ● [AptdirHandler!]! non-null object

Requires access to resource GRAPHQL_HANDLING_AGENT

AirportDirectory.handlingAgentByWildcard.wildcard ● String! non-null scalar

AirportDirectory.handlingAgentByLocation ● [AptdirHandler!]! non-null object

Requires access to resource GRAPHQL_HANDLING_AGENT

AirportDirectory.handlingAgentByLocation.airportCode ● String! non-null scalar

AirportDirectory.handlingAgentByLocationNid ● [AptdirHandler!]! non-null object

Requires access to resource GRAPHQL_HANDLING_AGENT

AirportDirectory.handlingAgentByLocationNid.locationNid ● LocationNid! non-null scalar

AirportDirectory.getPreferredHandler ● AptdirHandler object

Requires access to resource GRAPHQL_HANDLING_AGENT

AirportDirectory.getPreferredHandler.locationNid ● LocationNid! non-null scalar
AirportDirectory.getPreferredHandler.contactNid ● ContactNid scalar
AirportDirectory.getPreferredHandler.aircraftNid ● AircraftNid scalar

AirportDirectory.handlingAgentByAirport ● [AptdirHandler!]! non-null object

Get handling agents for airport by code with code type specification (ICAO/IATA/FAA/CUSTOM). Requires access to resource GRAPHQL_HANDLING_AGENT

AirportDirectory.handlingAgentByAirport.airport ● AirportQueryInput! non-null input

AirportDirectory.fuelSupplierByLocation ● [FuelSupplier!]! non-null object

Requires access to resource GRAPHQL_HANDLING_AGENT

AirportDirectory.fuelSupplierByLocation.airportCode ● String! non-null scalar

AirportDirectory.hotelByLocation ● [Hotel!]! non-null object

Requires access to resource GRAPHQL_AIRPORT_DIRECTORY_HOTELS_SEE

AirportDirectory.hotelByLocation.airportCode ● String! non-null scalar

AirportDirectory.restriction ● [AptdirRestriction!]! non-null object

AirportDirectory.restriction.locationNid ● LocationNid! non-null scalar

AirportDirectory.getPaxTransportSuppliers ● [AptdirSupplier!]! non-null object

AirportDirectory.getPaxTransportSuppliers.locationNid ● LocationNid! non-null scalar

AirportDirectory.getCateringSuppliers ● [AptdirSupplier!]! non-null object

AirportDirectory.getCateringSuppliers.locationNid ● LocationNid! non-null scalar

AirportDirectory.getAlternatesForAirport ● AlternatesForAirport! non-null object

AirportDirectory.getAlternatesForAirport.locationNid ● LocationNid! non-null scalar

AirportDirectory.airportLocalDateTimeToUtc ● NonNullDateTimeValueOrErrorList! non-null union

AirportDirectory.airportLocalDateTimeToUtc.locationNid ● LocationNid! non-null scalar
AirportDirectory.airportLocalDateTimeToUtc.datetime ● DateTime! non-null scalar

AirportDirectory.hoursRecurrence ● AirportDirectoryHoursRecurrenceQuery! non-null object

Requires access to resource GRAPHQL_AIRPORT_HOURS_RECURRENCE_SEE

AirportDirectory.servicesOnFutureFlights ● AirportDirectoryServicesOnFutureFlightsQuery! non-null object

Requires access to resource AIRPORT_DIRECTORY_HANDLERS_AND_SUPPLIERS_SEE

AirportDirectory.airportCategories ● AirportCategoriesQuery! non-null object

AirportDirectory.airportList ● [Airport!]! non-null object

Requires access to resource GRAPHQL_AIRPORT

AirportDirectory.airportList.locationNidList ● [LocationNid!]! non-null scalar

AirportDirectory.weatherList ● [AirportWeather!]! non-null object

Get weather data (TAF and METAR) for airports

AirportDirectory.weatherList.locationNidList ● [LocationNid!]! non-null scalar

AirportDirectory.aptdirOwnerName ● String scalar

AirportDirectory.airportRefuelEuYears ● AirportRefuelEuYearsQuery! non-null object

Requires access to resource GRAPHQL_AIRPORT_DIRECTORY_SEE

AirportDirectory.airportRefuelEuYears.locationNid ● LocationNid! non-null scalar
AirportDirectory.airportRefuelEuYears.yearsRange ● AirportRefuelEuYearsRangeInput input

Returned By

airportDirectory query