Adds stream to get upload link
All checks were successful
Tests / Tests (pull_request) Successful in 14s

This commit is contained in:
2024-08-19 14:54:48 -07:00
parent f401e1879b
commit 16e79ed608
2 changed files with 10 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ mutation GetUploadLink($videoId: Int!, $segmentIndex: Int!) {
}
}
}
stream {
uploadCompletionCursor
}
}
}