TimezoneRead
object
Reads a Timezone.
Returns a Timezone with the specified ID. country field is an array of country objects.
Fields
| Name | Type | Description |
|---|---|---|
timezoneId | Int! | |
visible | Int | |
ordering | Int | |
name | String | |
tzName | String | |
offset | Int | |
createdAt | DateTime | |
updatedAt | DateTime | |
country | CountryRead |