Add GetAverageDifficultyForVideo query

This commit is contained in:
dean
2025-12-10 14:08:03 -08:00
parent 9f735b61bb
commit c6fff664cc
2 changed files with 3615 additions and 10037 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -211,6 +211,13 @@ query GetMedianRunForVideo($videoId: Int!) {
}
}
query GetAverageDifficultyForVideo($videoId: Int!) {
getVideo(videoId: $videoId) {
id
averageDifficulty
}
}
fragment StreamWithEndFrames on UploadStreamGQL {
id
streamSegmentType