OBJECT

GameEnchant

A single enchant for the game.

link GraphQL Schema definition

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

link Require by

This element is not required by anyone