Actually regenerate code

This commit is contained in:
2024-02-11 22:46:11 -07:00
parent fd731b2ecf
commit 204e289627
2 changed files with 8 additions and 21 deletions

View File

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