This commit is contained in:
2024-02-20 19:18:21 -07:00
parent 9a2cae0c70
commit 828140ed2b
3 changed files with 41 additions and 15 deletions

View File

@@ -31,7 +31,6 @@ mutation CreateUploadStream(
mutation GetUploadLink($videoId: Int!, $segmentIndex: Int!) {
getUploadLink(videoId: $videoId, segmentIndex: $segmentIndex) {
uploadUrl
linksRequested
}
}