OBJECT
MultipartUploadSessionInfo
link GraphQL Schema definition
1 type MultipartUploadSessionInfo { 2 3 # A list of pre-signed url/part number pairs, each corresponding with a chunk of 4 # the file being uploaded 5 MultipartPreSignedUrlInfo!]! : [ 6 7 # Identifies the file being uploaded 8 String! : 9 10 # The ID associated with the multipart-upload session 11 String! : 12 13 }