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 storage (presigned strategy). Ignored by server-mediated.
sessionToken
String!
required
The UUID returned by CreateUploadSession — NOT the GlobalID
uploadTimeSeconds
Float
Optional client-reported elapsed upload time for telemetry. Float so a sub-second transfer can report its real duration rather than 0 or 1.
uploadedFileSizeBytes
Long
Optional client-reported total size for telemetry. BigInt for parity with file_size_bytes on the create mutation.