Type Alias GameEnchant

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

A single enchant for the game.

Type declaration

  • Optional__typename?: "GameEnchant"
  • id: Scalars["Int"]

    The ID of the enchant.

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

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