ENUM

TableDataType

The type of table to examine.

link GraphQL Schema definition

  • enum TableDataType {
  • # Summary Overview
  • Summary
  • # Buffs.
  • Buffs
  • # Casts.
  • Casts
  • # Damage done.
  • DamageDone
  • # Damage taken.
  • DamageTaken
  • # Deaths.
  • Deaths
  • # Debuffs.
  • Debuffs
  • # Dispels.
  • Dispels
  • # Healing done.
  • Healing
  • # Interrupts.
  • Interrupts
  • # Resources.
  • Resources
  • # Summons
  • Summons
  • # Survivability (death info across multiple pulls).
  • Survivability
  • # Threat.
  • Threat
  • }