ENUM

ExternalBuffRankFilter

Whether to include ranks with major external buffs. Not all metrics, zones and games support this. It will be ignored if unsupported.

link GraphQL Schema definition

  • enum ExternalBuffRankFilter {
  • # Include all ranks, regardless of external buffs.
  • Any
  • # Only include ranks that DO CONTAIN external buffs.
  • Require
  • # Only include ranks that DO NOT CONTAIN external buffs.
  • Exclude
  • }