OBJECT
A single enchant for the game.
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 }