ENUM

RoleType

Used to specify a tank, healer or DPS role.

link GraphQL Schema definition

  • enum RoleType {
  • # Fetch any role..
  • Any
  • # Fetch the DPS role only.
  • DPS
  • # Fetch the healer role only.
  • Healer
  • # Fetch the tanking role only.
  • Tank
  • }