Add proportion and total made to leaderboard query

This commit is contained in:
2024-12-22 15:36:51 -07:00
parent 0c45855f7d
commit df8495df77
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ query GetMakesLeaderboard($interval: TimeInterval, $when: DateTime) {
profileImageUri
}
value
proportionMade
total
}
}
}