AirportTimezoneWithSunriseSunset (Object)
type AirportTimezoneWithSunriseSunset {
code: AirportCode!
name: String!
abbreviation: String!
currentOffset: Int!
standardOffset: Int
dstOffset: Int
nextDstChangeTimestamp: Int
airportSunriseSunsets: [AirportSunriseSunsetData!]!
}