Add video info to longest runs leaderboard

This commit is contained in:
2025-01-16 17:01:32 -07:00
parent bfdda67d1a
commit 4f78cd94ab
2 changed files with 13 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ query GetRunsLeaderboard($interval: TimeInterval, $when: DateTime) {
entries {
id
runLength
video {
name
createdAt
}
user {
id
username