Compare commits
3 Commits
dean/add-a
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 09267529cd | |||
| 2b48ec48d5 | |||
|
|
93bf341c0f |
11535
src/index.tsx
11535
src/index.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,6 +50,7 @@ fragment VideoCardFields on VideoGQL {
|
||||
streamSegmentType
|
||||
}
|
||||
tableSize
|
||||
pocketSize
|
||||
tags {
|
||||
tagClasses {
|
||||
name
|
||||
|
||||
@@ -211,13 +211,6 @@ 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