OBJECT

PlayerAttendance

Attendance for a specific player on a specific raid night.

link GraphQL Schema definition

  • type PlayerAttendance {
  • # The name of the player.
  • name: String
  • # The class of the player.
  • type: String
  • # Presence info for the player. A value of 1 means the player was present. A value
  • # of 2 indicates present but on the bench.
  • presence: Int
  • }