Optional
__typename?: "ReportDungeonPull"Optional
boundingThe bounding box that encloses the positions of all players/enemies in the fight.
The encounter ID of the fight. If the ID is 0, the fight is considered a trash fight.
The end time of the fight. This is a timestamp with millisecond precision that is relative to the start of the report, i.e., the start of the report is considered time 0.
Optional
enemyNPCs?: Maybe<Maybe<ReportDungeonPullNpc>[]>Information about enemies involved in the fight. Includes report IDs, instance counts, and instance group counts for each NPC.
The report ID of the fight. This ID can be used to fetch only events, tables or graphs for this fight.
Optional
kill?: Maybe<Scalars["Boolean"]>Whether or not the fight was a boss kill, i.e., successful. If this field is false, it means the fight was an incomplete run, etc..
Optional
maps?: Maybe<Maybe<ReportMap>[]>All the maps that were involved in a pull.
The name of the fight.
The start time of the fight. This is a timestamp with millisecond precision that is relative to the start of the report, i.e., the start of the report is considered time 0.
The x position of the first mob damaged in the pull at the time this damage happens. Used to establish a marker position to represent where the pull took place.
The y position of the first mob damaged in the pull at the time this damage happens. Used to establish a marker position to represent where the pull took place.
The ReportDungeonPull represents a single pull that occurs in a containing dungeon.