Compare commits
1 Commits
master
...
dean/add-a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6fff664cc |
13649
src/index.tsx
13649
src/index.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,6 @@ fragment VideoCardFields on VideoGQL {
|
||||
streamSegmentType
|
||||
}
|
||||
tableSize
|
||||
pocketSize
|
||||
tags {
|
||||
tagClasses {
|
||||
name
|
||||
|
||||
@@ -211,6 +211,13 @@ query GetMedianRunForVideo($videoId: Int!) {
|
||||
}
|
||||
}
|
||||
|
||||
query GetAverageDifficultyForVideo($videoId: Int!) {
|
||||
getVideo(videoId: $videoId) {
|
||||
id
|
||||
averageDifficulty
|
||||
}
|
||||
}
|
||||
|
||||
fragment StreamWithEndFrames on UploadStreamGQL {
|
||||
id
|
||||
streamSegmentType
|
||||
|
||||
Reference in New Issue
Block a user