add lowest unuploaded segment to gql
This commit is contained in:
@@ -220,6 +220,7 @@ type UploadStreamGQL {
|
||||
linksRequested: Int!
|
||||
uploadsCompleted: Int!
|
||||
segmentProcessingCursor: Int!
|
||||
lastIntendedSegmentBound: Int!
|
||||
isCompleted: Boolean!
|
||||
lowestUnuploadedSegmentIndex: Int!
|
||||
errors: [StreamErrorGQL!]!
|
||||
@@ -324,6 +325,7 @@ input VideoMetadataInput {
|
||||
gameType: String = null
|
||||
tableSize: String = null
|
||||
uploadStreamMetadataInput: UploadStreamMetadataInput = null
|
||||
lastIntendedSegmentBound: Int = null
|
||||
endStream: Boolean! = false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user