Update durations in seconds
This commit is contained in:
@@ -1073,7 +1073,7 @@ export type TargetMetricsGql = {
|
||||
|
||||
export type UploadSegmentGql = {
|
||||
__typename?: "UploadSegmentGQL";
|
||||
durationsInSeconds?: Maybe<Scalars["Float"]["output"]>;
|
||||
durationInSeconds?: Maybe<Scalars["Float"]["output"]>;
|
||||
endFrameIndex?: Maybe<Scalars["Int"]["output"]>;
|
||||
framesPerSecond?: Maybe<Scalars["Float"]["output"]>;
|
||||
linksRequested: Scalars["Int"]["output"];
|
||||
|
@@ -287,7 +287,7 @@ type UploadSegmentGQL {
|
||||
valid: Boolean!
|
||||
endFrameIndex: Int
|
||||
framesPerSecond: Float
|
||||
durationsInSeconds: Float
|
||||
durationInSeconds: Float
|
||||
linksRequested: Int!
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user