Update GetVideoMakePercentage query

This commit is contained in:
2024-03-05 01:24:03 -07:00
parent f64fc0e54a
commit 47df3adce5
2 changed files with 95 additions and 6 deletions

View File

@@ -1,10 +1,8 @@
query GetVideoMakePercentageIntervals($videoId: ID!) {
getVideoMakePercentageIntervals(videoId: $videoId) {
makePercentageIntervals {
startFrame
endFrame
framesPerSecond
makePercentage
}
startFrame
endFrame
framesPerSecond
makePercentage
}
}