OBJECT
A single achievement for the game.
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 }