just gql stuff + use it on uncompletedStreams hook

This commit is contained in:
2024-05-06 15:16:06 -07:00
parent d4b75bcb71
commit 8378f7ae0b
3 changed files with 146 additions and 2 deletions

View File

@@ -224,7 +224,7 @@ type UploadStreamGQL {
linksRequested: Int!
uploadsCompleted: Int!
segmentProcessingCursor: Int!
lastIntendedSegmentBound: Int!
lastIntendedSegmentBound: Int
isCompleted: Boolean!
lowestUnuploadedSegmentIndex: Int!
uploadCompletionCursor: Int!