use the same gql query for cursor management & polling
This commit is contained in:
@@ -58,14 +58,3 @@ query GetUploadStreamsWithDetails(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query GetUploadStreamDetails($videoId: Int!) {
|
||||
getVideo(videoId: $videoId) {
|
||||
id
|
||||
stream {
|
||||
isCompleted
|
||||
uploadCompletionCursor
|
||||
lastIntendedSegmentBound
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user