Update GetVideoMakePercentage query
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
query GetVideoMakePercentageIntervals($videoId: ID!) {
|
||||
getVideoMakePercentageIntervals(videoId: $videoId) {
|
||||
makePercentageIntervals {
|
||||
startFrame
|
||||
endFrame
|
||||
framesPerSecond
|
||||
makePercentage
|
||||
}
|
||||
startFrame
|
||||
endFrame
|
||||
framesPerSecond
|
||||
makePercentage
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user