OBJECT
Information about a time zone abbreviation or variant.
1type TimeZoneAbbreviation {23# The abbreviation, such as "PST" or "UTC"4name: String! 56# The offset from UTC in string form, such as `-08:00` for `PST`.7offset: String 89# The offset from UTC in minutes, such as `-480` for `PST`.10offsetMinutes: Int 1112}