Update durations in seconds
This commit is contained in:
parent
30cf72de78
commit
f9d6377fe4
@ -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!
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user