Type Alias GameAchievement

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

A single achievement for the game.

Type declaration

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

    The icon for the achievement.

  • id: Scalars["Int"]

    The ID of the achievement.

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

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