Support make percentage time series
This commit is contained in:
10
src/operations/make_percentage_time_series.gql
Normal file
10
src/operations/make_percentage_time_series.gql
Normal file
@@ -0,0 +1,10 @@
|
||||
query GetVideoMakePercentageIntervals($videoId: ID!) {
|
||||
getVideoMakePercentageIntervals(videoId: $videoId) {
|
||||
makePercentageIntervals {
|
||||
startFrame
|
||||
endFrame
|
||||
framesPerSecond
|
||||
makePercentage
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user