Return elapsed time in make percentge time series gql
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
query GetVideoMakePercentageIntervals($videoId: ID!) {
|
||||
getVideoMakePercentageIntervals(videoId: $videoId) {
|
||||
startFrame
|
||||
endFrame
|
||||
framesPerSecond
|
||||
makePercentage
|
||||
elapsedTime
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user