Add table size to return
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
Mike Kalange 2024-08-15 18:05:19 -07:00
parent 2c583509a2
commit c0fa5f932d
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!]!