Compare commits
1 Commits
72b338bfc2
...
d0440bd0ba
Author | SHA1 | Date | |
---|---|---|---|
d0440bd0ba |
@ -1596,6 +1596,7 @@ export type VideoGql = {
|
||||
__typename?: "VideoGQL";
|
||||
averageTimeBetweenShots?: Maybe<Scalars["Float"]["output"]>;
|
||||
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
||||
currentHomography?: Maybe<HomographyInfoGql>;
|
||||
currentProcessing?: Maybe<VideoProcessingGql>;
|
||||
elapsedTime?: Maybe<Scalars["Float"]["output"]>;
|
||||
endTime?: Maybe<Scalars["DateTime"]["output"]>;
|
||||
|
@ -270,6 +270,7 @@ type VideoGQL {
|
||||
stream: UploadStreamGQL
|
||||
playlist: HLSPlaylistGQL
|
||||
tags: [VideoTag!]!
|
||||
currentHomography: HomographyInfoGQL
|
||||
homographyHistory: [HomographyInfoGQL!]!
|
||||
currentProcessing: VideoProcessingGQL
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user