Type Alias ReportDungeonPullNpc

ReportDungeonPullNpc: {
    __typename?: "ReportDungeonPullNPC";
    gameID?: Maybe<Scalars["Int"]>;
    id?: Maybe<Scalars["Int"]>;
    maximumInstanceGroupID?: Maybe<Scalars["Int"]>;
    maximumInstanceID?: Maybe<Scalars["Int"]>;
    minimumInstanceGroupID?: Maybe<Scalars["Int"]>;
    minimumInstanceID?: Maybe<Scalars["Int"]>;
}

The ReportDungeonPullNPC represents participation info within a single dungeon pull for an NPC.

Type declaration

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

    The game ID of the actor, e.g., so it can be looked up on external Web sites.

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

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

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

    The highest instance group ID seen during the pull.

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

    The highest instance ID seen during the pull.

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

    The lowest instance group ID seen during the pull.

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

    The lowest instance ID seen during the pull.