OBJECT
A player's ranks
type PlayerRank {id: ID # The player's placement on the rankingrank: Int title: String }