Optional
__typename?: "ReportActor"Optional
gameID?: Maybe<Scalars["Float"]>The game ID of the actor.
Optional
icon?: Maybe<Scalars["String"]>An icon to use for the actor. For pets and NPCs, this will be the icon the site chose to represent that actor.
Optional
id?: Maybe<Scalars["Int"]>The report ID of the actor. This ID is used in events to identify sources and targets.
Optional
name?: Maybe<Scalars["String"]>The name of the actor.
Optional
petThe report ID of the actor's owner if the actor is a pet.
Optional
server?: Maybe<Scalars["String"]>The normalized server name of the actor.
Optional
subThe sub-type of the actor, for players it's their class, and for NPCs, they are further subdivided into normal NPCs and bosses.
Optional
type?: Maybe<Scalars["String"]>The type of the actor, i.e., if it is a player, pet or NPC.
The ReportActor represents a single player, pet or NPC that occurs in the report.