Merge pull request 'Add private to VideoGQL' (#125) from mk/not-clear into master

Reviewed-on: #125
This commit is contained in:
countablecloud 2024-11-07 18:50:34 -07:00
commit 0e00ae9297
2 changed files with 2 additions and 0 deletions

View File

@ -2627,6 +2627,7 @@ export type VideoGql = {
name?: Maybe<Scalars["String"]["output"]>;
owner?: Maybe<UserGql>;
playlist?: Maybe<HlsPlaylistGql>;
private: Scalars["Boolean"]["output"];
screenshotUri?: Maybe<Scalars["String"]["output"]>;
shots: Array<ShotGql>;
startTime?: Maybe<Scalars["DateTime"]["output"]>;

View File

@ -438,6 +438,7 @@ type VideoGQL {
elapsedTime: Float
framesPerSecond: Float!
tableSize: Float!
private: Boolean!
stream: UploadStreamGQL
playlist: HLSPlaylistGQL
tags: [VideoTag!]!