OBJECT
AirportWeather
Weather data (TAF and METAR) for airport
link GraphQL Schema definition
- type AirportWeather {
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- : WeatherMetar
- : WeatherTaf
- }
OBJECT
Weather data (TAF and METAR) for airport
- type AirportWeather {
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- : WeatherMetar
- : WeatherTaf
- }