Query: airportByWildcard
Search airports by wildcard. Searches in ICAO, IATA, FAA, custom codes, airport name, and city. When neither countryCode nor maxResults is provided, results are automatically limited to 100 airports.. Requires access to resource GRAPHQL_AIRPORT
airportByWildcard(
wildcard: String!
countryCode: String
maxResults: Int
): [Airport!]!
Arguments
airportByWildcard.wildcard ● String! non-null scalar
airportByWildcard.countryCode ● String scalar
airportByWildcard.maxResults ● Int scalar
Maximum number of results. Defaults to 100 only when neither countryCode nor maxResults is provided.
Type
Airport object
Represents single airport