Use RunGQL directly for run leaderboard

This commit is contained in:
2024-12-22 23:29:43 -07:00
parent df8495df77
commit 8bc67f75b0
2 changed files with 4 additions and 13 deletions

View File

@@ -348,6 +348,7 @@ type RunGQL {
userId: Int!
shots: [ShotGQL!]!
video: VideoGQL!
user: UserGQL!
}
type ShotGQL {
@@ -730,12 +731,7 @@ input VideoFeedInputGQL @oneOf {
}
type RunLeaderboardGQL {
entries: [RunEntry!]!
}
type RunEntry {
user: UserGQL!
run: RunGQL!
entries: [RunGQL!]!
}
type CountLeaderboardGQL {