Type Alias ReportFightNpc

ReportFightNpc: {
    __typename?: "ReportFightNPC";
    gameID?: Maybe<Scalars["Int"]>;
    groupCount?: Maybe<Scalars["Int"]>;
    id?: Maybe<Scalars["Int"]>;
    instanceCount?: Maybe<Scalars["Int"]>;
    petOwner?: Maybe<Scalars["Int"]>;
}

The ReportFightNPC represents participation info within a single fight for an NPC.

Type declaration

  • Optional__typename?: "ReportFightNPC"
  • OptionalgameID?: Maybe<Scalars["Int"]>

    The game ID of the actor. This ID is used in events to identify sources and targets.

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

    How many packs of the NPC were seen during the fight.

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

    The report ID of the actor. This ID is used in events to identify sources and targets.

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

    How many instances of the NPC were seen during the fight.

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

    The report ID of the actor that owns this NPC (if it is a pet). This ID is used in events to identify sources and targets.