ENUM

RankingTimeframeType

Whether or not rankings are today or historical.

link GraphQL Schema definition

  • enum RankingTimeframeType {
  • # Compare against today's rankings.
  • Today
  • # Compare against historical rankings.
  • Historical
  • }