OBJECT
The connection type for TimeZone.
type TimeZoneConnection {cursors: [String!]! # A list of edges.edges: [TimeZoneEdge] # A list of nodes.nodes: [TimeZone] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }