BatchPresignedUrlInput
Autogenerated input type of BatchPresignedUrl
input BatchPresignedUrlInput {
clientMutationId: String
entityId: ID!
entityType: FileEntityEnum!
file: BatchFileUploadInput!
usage: FileUsageEnum!
}
Fields
BatchPresignedUrlInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
BatchPresignedUrlInput.entityId ● ID! non-null scalar common
The ID of the entity associated with the file upload
BatchPresignedUrlInput.entityType ● FileEntityEnum! non-null enum common
The entity type for the file upload, such as COMPANY.
BatchPresignedUrlInput.file ● BatchFileUploadInput! non-null input common
ZIP file metadata and optional hints.
BatchPresignedUrlInput.usage ● FileUsageEnum! non-null enum common
The purpose of the file upload, such as IMAGE
Member Of
batchPresignedUrl mutation