INPUT_OBJECT
Basic information associated with an uploaded chunk as part of an AWS S3 multipart upload session
1input UploadedPartInput {42# The part number of the chunk being uploaded3PartNumber: Int!95# The tag assigned to the uploaded part. The ETag for a part can be found in the 6# headers7# of the response to uploading the part to its respective pre-signed url.8ETag: String!10}