Expose resolution
This commit is contained in:
@@ -1265,6 +1265,7 @@ export type UploadStreamGql = {
|
||||
lastIntendedSegmentBound?: Maybe<Scalars["Int"]["output"]>;
|
||||
linksRequested: Scalars["Int"]["output"];
|
||||
lowestUnuploadedSegmentIndex: Scalars["Int"]["output"];
|
||||
resolution: VideoResolutionGql;
|
||||
segmentProcessingCursor: Scalars["Int"]["output"];
|
||||
segments: Array<UploadSegmentGql>;
|
||||
updatedAt: Scalars["DateTime"]["output"];
|
||||
@@ -1368,6 +1369,12 @@ export type VideoResolution = {
|
||||
width: Scalars["Int"]["input"];
|
||||
};
|
||||
|
||||
export type VideoResolutionGql = {
|
||||
__typename?: "VideoResolutionGQL";
|
||||
height?: Maybe<Scalars["Int"]["output"]>;
|
||||
width?: Maybe<Scalars["Int"]["output"]>;
|
||||
};
|
||||
|
||||
export type VideoTag = {
|
||||
__typename?: "VideoTag";
|
||||
name: Scalars["String"]["output"];
|
||||
|
||||
Reference in New Issue
Block a user