MutationCreatePresignedUrlInput
Input for creating a presigned URL for file upload
input MutationCreatePresignedUrlInput {
fileHash: String!
fileName: String!
objectName: String
organizationId: ID!
}
Fields
MutationCreatePresignedUrlInput.fileHash ● String! non-null scalar
Hash of the file for deduplication check
MutationCreatePresignedUrlInput.fileName ● String! non-null scalar
Name of the file to be uploaded
MutationCreatePresignedUrlInput.objectName ● String scalar
Custom object name for the file (optional)