Type Alias ReportAbility

ReportAbility: {
    __typename?: "ReportAbility";
    gameID?: Maybe<Scalars["Float"]>;
    icon?: Maybe<Scalars["String"]>;
    name?: Maybe<Scalars["String"]>;
    type?: Maybe<Scalars["String"]>;
}

The ReportAbility represents a single ability that occurs in the report.

Type declaration

  • Optional__typename?: "ReportAbility"
  • OptionalgameID?: Maybe<Scalars["Float"]>

    The game ID of the ability.

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

    An icon to use for the ability.

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

    The name of the actor.

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

    The type of the ability. This represents the type of damage (e.g., the spell school in WoW).