Compare commits
2 Commits
fda8e4eb9d
...
dean/add-a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6fff664cc | ||
|
|
9f735b61bb |
11533
src/index.tsx
11533
src/index.tsx
File diff suppressed because it is too large
Load Diff
@@ -211,6 +211,13 @@ query GetMedianRunForVideo($videoId: Int!) {
|
||||
}
|
||||
}
|
||||
|
||||
query GetAverageDifficultyForVideo($videoId: Int!) {
|
||||
getVideo(videoId: $videoId) {
|
||||
id
|
||||
averageDifficulty
|
||||
}
|
||||
}
|
||||
|
||||
fragment StreamWithEndFrames on UploadStreamGQL {
|
||||
id
|
||||
streamSegmentType
|
||||
|
||||
1932
src/schema.gql
1932
src/schema.gql
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user