OBJECT
Represents the time of sun rise and sun set
type ApiAirportSunriseSunset {# Arguments# dateTime: [Not documented]sunrise(dateTime: DateTime!): String # Arguments# dateTime: [Not documented]sunset(dateTime: DateTime!): String }