Type Alias GameAffix

GameAffix: {
    __typename?: "GameAffix";
    icon?: Maybe<Scalars["String"]>;
    id: Scalars["Int"];
    name?: Maybe<Scalars["String"]>;
}

A single affix for Mythic Keystone dungeons.

Type declaration

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

    The icon for the affix.

  • id: Scalars["Int"]

    The ID of the affix.

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

    The localized name of the affix. Will be null if no localization information exists for the affix.