Return elapsed time in make percentge time series gql

This commit is contained in:
2024-03-14 12:57:31 -06:00
parent 09bbbf0b3d
commit 43c1f7be09
3 changed files with 10 additions and 16 deletions

View File

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