Frames per second is float
This commit is contained in:
parent
db39c5a576
commit
1ce4267945
@ -407,7 +407,7 @@ export type VideoGql = {
|
||||
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
||||
elapsedTime?: Maybe<Scalars["Float"]["output"]>;
|
||||
endTime?: Maybe<Scalars["DateTime"]["output"]>;
|
||||
framesPerSecond: Scalars["Int"]["output"];
|
||||
framesPerSecond: Scalars["Float"]["output"];
|
||||
homographyHistory: Array<HomographyInfoGql>;
|
||||
id: Scalars["Int"]["output"];
|
||||
makePercentage: Scalars["Float"]["output"];
|
||||
|
@ -206,7 +206,7 @@ type VideoGQL {
|
||||
startTime: DateTime
|
||||
endTime: DateTime
|
||||
elapsedTime: Float
|
||||
framesPerSecond: Int!
|
||||
framesPerSecond: Float!
|
||||
stream: UploadStreamGQL
|
||||
playlist: HLSPlaylistGQL
|
||||
tags: [VideoTag!]!
|
||||
|
Loading…
Reference in New Issue
Block a user