add lowest unuploaded segment to gql

This commit is contained in:
2024-04-25 16:36:32 -06:00
parent d67b413860
commit b74fb2b1d7
2 changed files with 4 additions and 0 deletions

View File

@@ -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
}