OBJECT

GameAchievement

A single achievement for the game.

link GraphQL Schema definition

  • type GameAchievement {
  • # The ID of the achievement.
  • id: Int!
  • # The icon for the achievement.
  • icon: String
  • # The localized name of the achievement. Will be null if no localization
  • # information exists for the achievement.
  • name: String
  • }