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.
- String! :
- # The players that attended that raid night.
- PlayerAttendance] : [
- # The start time of the raid night.
- Float :
- # The principal zone of the raid night.
- Zone :
- }