Expose upload cursor in video gql
This commit is contained in:
parent
514f2ef928
commit
24fcac9318
@ -352,6 +352,7 @@ export type UploadStreamGql = {
|
||||
id: Scalars["ID"]["output"];
|
||||
isCompleted: Scalars["Boolean"]["output"];
|
||||
linksRequested: Scalars["Int"]["output"];
|
||||
lowestUnuploadedSegmentIndex: Scalars["Int"]["output"];
|
||||
segmentProcessingCursor: Scalars["Int"]["output"];
|
||||
updatedAt: Scalars["DateTime"]["output"];
|
||||
uploadsCompleted: Scalars["Int"]["output"];
|
||||
|
@ -217,6 +217,7 @@ type UploadStreamGQL {
|
||||
uploadsCompleted: Int!
|
||||
segmentProcessingCursor: Int!
|
||||
isCompleted: Boolean!
|
||||
lowestUnuploadedSegmentIndex: Int!
|
||||
errors: [StreamErrorGQL!]!
|
||||
createdAt: DateTime!
|
||||
updatedAt: DateTime!
|
||||
|
Loading…
Reference in New Issue
Block a user