OBJECT

MultipartPreSignedUrlInfo

link GraphQL Schema definition

1type MultipartPreSignedUrlInfo {
2
3# The pre-signed url that the chunk will be uploaded to
4signedUrl: String!
5
6# The part number of the chunk being uploaded
7partNumber: Int!
8
9}