OBJECT

GameAffix

A single affix for Mythic Keystone dungeons.

link GraphQL Schema definition

  • type GameAffix {
  • # The ID of the affix.
  • id: Int!
  • # The icon for the affix.
  • icon: String
  • # The localized name of the affix. Will be null if no localization information
  • # exists for the affix.
  • name: String
  • }