diff --git a/src/index.tsx b/src/index.tsx index 221f848..47871e4 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -407,7 +407,7 @@ export type VideoGql = { createdAt?: Maybe; elapsedTime?: Maybe; endTime?: Maybe; - framesPerSecond: Scalars["Int"]["output"]; + framesPerSecond: Scalars["Float"]["output"]; homographyHistory: Array; id: Scalars["Int"]["output"]; makePercentage: Scalars["Float"]["output"]; diff --git a/src/schema.gql b/src/schema.gql index 050270d..eaccd7f 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -206,7 +206,7 @@ type VideoGQL { startTime: DateTime endTime: DateTime elapsedTime: Float - framesPerSecond: Int! + framesPerSecond: Float! stream: UploadStreamGQL playlist: HLSPlaylistGQL tags: [VideoTag!]!