This is auto-generated documentation. It is not intended to be used as a reference.
Please use for request and response only necessary fields. It decreases response time for you.
type PersonAchievement {
# Achievement name
name: AchievementType!
# Unlocked at
unlockedAt: DateTime
# Achievement type
type: AchievementTypeType!
# Achievement status
status: AchievementStatusType!
# Achievement points
points: Int!
# Achievement params
params: [AchievementParamUnion]
}