Use RunGQL directly for run leaderboard
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user