add shots to runs to get id
All checks were successful
Tests / Tests (pull_request) Successful in 9s

This commit is contained in:
2025-02-20 12:37:52 -08:00
parent de653ba54c
commit b0f94f5ea8
2 changed files with 9 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ query GetRunsForHighlights(
runLength
userId
videoId
shots {
videoId
id
}
}
runIds
}