OBJECT
AirportDirectory
Represents airport directory (i.e. handlers, fuel suppliers, hotels) data
link GraphQL Schema definition
- type AirportDirectory {
- # Arguments
- # wildcard: [Not documented]
- (: String!): [Tag!]!
- # Requires access to resource GRAPHQL_HANDLING_AGENT
- #
- # Arguments
- # wildcard: [Not documented]
- (: String!): [AptdirHandler!]!
- # Requires access to resource GRAPHQL_HANDLING_AGENT
- #
- # Arguments
- # airportCode: [Not documented]
- (: String!): [AptdirHandler!]!
- # Requires access to resource GRAPHQL_HANDLING_AGENT
- #
- # Arguments
- # locationNid: [Not documented]
- (
- : LocationNid!
- ): [AptdirHandler!]!
- # Requires access to resource GRAPHQL_HANDLING_AGENT
- #
- # Arguments
- # locationNid: [Not documented]
- # contactNid: [Not documented]
- # aircraftNid: [Not documented]
- (
- : LocationNid!,
- : ContactNid,
- : AircraftNid
- ): AptdirHandler
- # Get handling agents for airport by code with code type specification
- # (ICAO/IATA/FAA/CUSTOM).
- # Requires access to resource GRAPHQL_HANDLING_AGENT
- #
- # Arguments
- # airport:
- (: AirportQueryInput!): [AptdirHandler!]!
- # Requires access to resource GRAPHQL_HANDLING_AGENT
- #
- # Arguments
- # airportCode: [Not documented]
- (: String!): [FuelSupplier!]!
- # Requires access to resource GRAPHQL_HANDLING_AGENT
- #
- # Arguments
- # airportCode: [Not documented]
- (: String!): [Hotel!]!
- # Arguments
- # locationNid: [Not documented]
- (: LocationNid!): [AptdirRestriction!]!
- # Arguments
- # locationNid: [Not documented]
- (: LocationNid!): [AptdirSupplier!]!
- # Arguments
- # locationNid: [Not documented]
- (: LocationNid!): [AptdirSupplier!]!
- # Arguments
- # locationNid: [Not documented]
- (: LocationNid!): AlternatesForAirport!
- # Arguments
- # locationNid:
- # datetime:
- (
- : LocationNid!,
- : DateTime!
- ): NonNullDateTimeValueOrErrorList!
- # Requires access to resource GRAPHQL_AIRPORT_HOURS_RECURRENCE_SEE
- : AirportDirectoryHoursRecurrenceQuery!
- # Requires access to resource AIRPORT_DIRECTORY_HANDLERS_AND_SUPPLIERS_SEE
- : AirportDirectoryServicesOnFutureFlightsQuery!
- : AirportCategoriesQuery!
- # Requires access to resource GRAPHQL_AIRPORT
- #
- # Arguments
- # locationNidList:
- (: [LocationNid!]!): [Airport!]!
- }