AirportWeather (Object)
Weather data (TAF and METAR) for airport
type AirportWeather {
airport: Airport!
metar: WeatherMetar
taf: WeatherTaf
}
Fields
AirportWeather.airport ● Airport! non-null object
Requires access to resource GRAPHQL_AIRPORT
AirportWeather.metar ● WeatherMetar object
AirportWeather.taf ● WeatherTaf object
Member Of
AirportDirectory object