Skip to main content

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)

MutationCreatePresignedUrlInput.organizationId ● ID! non-null scalar

ID of the organization the file belongs to

Member Of

createPresignedUrl mutation