Merge pull request 'Add table size to return' (#36) from mk/table-size-non-optional-float into master
Reviewed-on: #36 Reviewed-by: loewy <loewymalkov@gmail.com>
This commit is contained in:
commit
a2b912500c
@ -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"];
|
||||
|
@ -253,6 +253,7 @@ type VideoGQL {
|
||||
endTime: DateTime
|
||||
elapsedTime: Float
|
||||
framesPerSecond: Float!
|
||||
tableSize: Float!
|
||||
stream: UploadStreamGQL
|
||||
playlist: HLSPlaylistGQL
|
||||
tags: [VideoTag!]!
|
||||
|
Loading…
Reference in New Issue
Block a user