INPUT_OBJECT
CompleteMultipartUploadInput
link GraphQL Schema definition
1 input CompleteMultipartUploadInput { 4 2 # Identifies the file being uploaded 3 : String! 7 5 # The ID associated with the multipart-upload session 6 : String! 10 8 # All parts that have been uploaded, each with a part number and etag 9 : [UploadedPartInput!]! 14 11 # The bucket provided when initiating the upload. Leave blank if none was 12 # provided. 13 : String 15 }