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"];
|
id: Scalars["ID"]["output"];
|
||||||
isCompleted: Scalars["Boolean"]["output"];
|
isCompleted: Scalars["Boolean"]["output"];
|
||||||
linksRequested: Scalars["Int"]["output"];
|
linksRequested: Scalars["Int"]["output"];
|
||||||
|
lowestUnuploadedSegmentIndex: Scalars["Int"]["output"];
|
||||||
segmentProcessingCursor: Scalars["Int"]["output"];
|
segmentProcessingCursor: Scalars["Int"]["output"];
|
||||||
updatedAt: Scalars["DateTime"]["output"];
|
updatedAt: Scalars["DateTime"]["output"];
|
||||||
uploadsCompleted: Scalars["Int"]["output"];
|
uploadsCompleted: Scalars["Int"]["output"];
|
||||||
|
@ -217,6 +217,7 @@ type UploadStreamGQL {
|
|||||||
uploadsCompleted: Int!
|
uploadsCompleted: Int!
|
||||||
segmentProcessingCursor: Int!
|
segmentProcessingCursor: Int!
|
||||||
isCompleted: Boolean!
|
isCompleted: Boolean!
|
||||||
|
lowestUnuploadedSegmentIndex: Int!
|
||||||
errors: [StreamErrorGQL!]!
|
errors: [StreamErrorGQL!]!
|
||||||
createdAt: DateTime!
|
createdAt: DateTime!
|
||||||
updatedAt: DateTime!
|
updatedAt: DateTime!
|
||||||
|
Loading…
Reference in New Issue
Block a user