OBJECT

Rank

link GraphQL Schema definition

  • type Rank {
  • # The ordinal rank (usually written "Rank N"). Rank 1 = highest.
  • number: Int!
  • # The percentile of the rank as an integer in [0, 100]. Always null for guild
  • # ranks.
  • percentile: Int
  • # The color class used by the site for this rank.
  • color: String!
  • }