Add table size to return #36

Merged
countablecloud merged 1 commits from mk/table-size-non-optional-float into master 2024-08-15 19:12:23 -06:00
2 changed files with 2 additions and 0 deletions

View File

@ -1487,6 +1487,7 @@ export type VideoGql = {
shots: Array<ShotGql>;
startTime?: Maybe<Scalars["DateTime"]["output"]>;
stream?: Maybe<UploadStreamGql>;
tableSize: Scalars["Float"]["output"];
tags: Array<VideoTag>;
totalShots: Scalars["Int"]["output"];
totalShotsMade: Scalars["Int"]["output"];

View File

@ -253,6 +253,7 @@ type VideoGQL {
endTime: DateTime
elapsedTime: Float
framesPerSecond: Float!
tableSize: Float!
stream: UploadStreamGQL
playlist: HLSPlaylistGQL
tags: [VideoTag!]!