OBJECT

GameAbility

A single ability for the game.

link GraphQL Schema definition

  • type GameAbility {
  • # The ID of the ability.
  • id: Int!
  • # The icon for the ability.
  • icon: String
  • # The localized name of the ability. Will be null if no localization information
  • # exists for the ability.
  • name: String
  • # A description for the ability if it is available.
  • description: String
  • }