OBJECT
1type MultipartPreSignedUrlInfo {23# The pre-signed url that the chunk will be uploaded to4signedUrl: String! 56# The part number of the chunk being uploaded7partNumber: Int! 89}