Types
CompleteUploadSessionInput
Autogenerated input type of CompleteUploadSession
input
CompleteUploadSessionInputFields
clientMutationId
String
A unique identifier for the client performing the mutation.
clientTransferStats
Optional client-observed transfer stats for telemetry. Omitted by clients that predate parallel uploads.
receipts
Per-part etags the client captured PUTting directly to S3 (presigned strategy). Ignored by server-mediated.
sessionToken
String!
required
The UUID returned by CreateUploadSession — NOT the GlobalID
uploadTimeSeconds
Int
Optional client-reported elapsed upload time for telemetry
uploadedFileSizeBytes
Long
Optional client-reported total size for telemetry. BigInt for parity with file_size_bytes on the create mutation.