Type Alias GameAbility

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

A single ability for the game.

Type declaration

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

    The icon for the ability.

  • id: Scalars["Int"]

    The ID of the ability.

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

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