Parameter to setSegmentDuration should be segmentIndex
This commit is contained in:
@@ -906,7 +906,7 @@ export type MutationSetLoggerLevelArgs = {
|
||||
|
||||
export type MutationSetSegmentDurationArgs = {
|
||||
duration: Scalars["Float"]["input"];
|
||||
segmentId: Scalars["Int"]["input"];
|
||||
segmentIndex: Scalars["Int"]["input"];
|
||||
videoId: Scalars["Int"]["input"];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user