OBJECT
A single zone for the game.
type GameZone {# The ID of the zone.id: Float! # The localized name of the zone. Will be null if no localization information # exists for the zone.name: String }