OBJECT

ReportAbility

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

link GraphQL Schema definition

  • type ReportAbility {
  • # The game ID of the ability.
  • gameID: Float
  • # An icon to use for the ability.
  • icon: String
  • # The name of the actor.
  • name: String
  • # The type of the ability. This represents the type of damage (e.g., the spell
  • # school in WoW).
  • type: String
  • }