add currentProcessing and errors to schema/index and getStreamMonitoringDetails operation

This commit is contained in:
2024-05-14 18:35:24 -07:00
parent 231076496a
commit f8c5cf74f8
3 changed files with 47 additions and 0 deletions

View File

@@ -52,6 +52,13 @@ query GetStreamMonitoringDetails($videoId: Int!) {
uploadCompletionCursor
lastIntendedSegmentBound
}
currentProcessing {
errors {
message
startSegmentIndex
endSegmentIndex
}
}
}
}