Type Alias GuildAttendance

GuildAttendance: {
    __typename?: "GuildAttendance";
    code: Scalars["String"];
    players?: Maybe<Maybe<PlayerAttendance>[]>;
    startTime?: Maybe<Scalars["Float"]>;
    zone?: Maybe<Zone>;
}

Attendance for a specific report within a guild.

Type declaration

  • Optional__typename?: "GuildAttendance"
  • code: Scalars["String"]

    The code of the report for the raid night.

  • Optionalplayers?: Maybe<Maybe<PlayerAttendance>[]>

    The players that attended that raid night.

  • OptionalstartTime?: Maybe<Scalars["Float"]>

    The start time of the raid night.

  • Optionalzone?: Maybe<Zone>

    The principal zone of the raid night.