OBJECT

MultipartUpload

Contains information about a base URL and the signed token to manage multipart upload.

link GraphQL Schema definition

1type MultipartUpload {
2
3# The base uri for the multipart upload.
4baseUri: String
5
6# The signed token for the multipart upload.
7uploadToken: String
8
9}