Type Alias PlayerAttendance

PlayerAttendance: {
    __typename?: "PlayerAttendance";
    name?: Maybe<Scalars["String"]>;
    presence?: Maybe<Scalars["Int"]>;
    type?: Maybe<Scalars["String"]>;
}

Attendance for a specific player on a specific raid night.

Type declaration

  • Optional__typename?: "PlayerAttendance"
  • Optionalname?: Maybe<Scalars["String"]>

    The name of the player.

  • Optionalpresence?: Maybe<Scalars["Int"]>

    Presence info for the player. A value of 1 means the player was present. A value of 2 indicates present but on the bench.

  • Optionaltype?: Maybe<Scalars["String"]>

    The class of the player.