ENUM

GuildRank

Rank within a guild or team on the website. This is separate from in-game ranks and does NOT correspond to the rank of the user or character in-game.

link GraphQL Schema definition

  • enum GuildRank {
  • # The user is not a member of this guild or team.
  • NonMember
  • Applicant
  • Recruit
  • Member
  • Officer
  • GuildMaster
  • }