OBJECT

GuildZoneRankings

A guild's rankings within a zone.

link GraphQL Schema definition

  • type GuildZoneRankings {
  • # The progress ranks for the guild. Always uses the highest difficulty.
  • #
  • # Arguments
  • # size: Raid size. Only used for Classic WoW and certain old
  • # Retail WoW zones.
  • progress(size: Int): WorldRegionServerRankPositions
  • # The all-star based speed rank for the guild.
  • #
  • # Arguments
  • # size: Raid size. Only used for Classic WoW and certain old
  • # Retail WoW zones.
  • # difficulty: Raid difficulty.
  • speed(size: Int, difficulty: Int): WorldRegionServerRankPositions
  • # The complete raid speed ranks for the guild. Most non-Classic WoW zones do not
  • # support complete raid ranks.
  • #
  • # Arguments
  • # size: Raid size. Only used for Classic WoW and certain old
  • # Retail WoW zones.
  • # difficulty: Raid difficulty.
  • completeRaidSpeed(size: Int, difficulty: Int): WorldRegionServerRankPositions
  • }