Add uploadCompletionCursor to GetUploadLinkReturn
All checks were successful
Tests / Tests (pull_request) Successful in 9s

This commit is contained in:
2024-08-13 10:33:53 -07:00
parent 1c4961db5b
commit 56c8bcce20
2 changed files with 2 additions and 0 deletions

View File

@@ -425,6 +425,7 @@ input CreateBucketSetInput {
type GetUploadLinkReturn {
uploadUrl: String!
headers: [Header]!
uploadCompletionCursor: Int
}
type Header {