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
- # 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_DIRECTORY_SEE
- AirportDirectoryHoursRecurrenceQuery! :
- # Requires access to resource AIRPORT_DIRECTORY_HANDLERS_AND_SUPPLIERS_SEE
- AirportDirectoryServicesOnFutureFlightsQuery! :
- # Requires access to resource GRAPHQL_AIRPORT
- #
- # Arguments
- # locationNidList:
- LocationNid!]!): [Airport!]! ( : [
- }