Type Alias Rank

Rank: {
    __typename?: "Rank";
    color: Scalars["String"];
    number: Scalars["Int"];
    percentile?: Maybe<Scalars["Int"]>;
}

Type declaration

  • Optional__typename?: "Rank"
  • color: Scalars["String"]

    The color class used by the site for this rank.

  • number: Scalars["Int"]

    The ordinal rank (usually written "Rank N"). Rank 1 = highest.

  • Optionalpercentile?: Maybe<Scalars["Int"]>

    The percentile of the rank as an integer in [0, 100]. Always null for guild ranks.