OBJECT

GuildAttendance

Attendance for a specific report within a guild.

link GraphQL Schema definition

  • type GuildAttendance {
  • # The code of the report for the raid night.
  • code: String!
  • # The players that attended that raid night.
  • players: [PlayerAttendance]
  • # The start time of the raid night.
  • startTime: Float
  • # The principal zone of the raid night.
  • zone: Zone
  • }