use the same gql query for cursor management & polling

This commit is contained in:
2024-05-09 16:59:44 -07:00
parent a1b3baa5c9
commit 231076496a
3 changed files with 9 additions and 107 deletions

View File

@@ -48,6 +48,9 @@ query GetStreamMonitoringDetails($videoId: Int!) {
linksRequested
uploadsCompleted
segmentProcessingCursor
isCompleted
uploadCompletionCursor
lastIntendedSegmentBound
}
}
}