Skip to main content

LocalizedAttachment

Language-specific private attachment file with metadata and access information

type LocalizedAttachment {
language: String!
originalUrl: String!
mimeType: String!
}

Fields

LocalizedAttachment.language ● String! non-null scalar

Language code for this attachment variant.

Indicates the language context or locale for which this attachment is intended. Uses standard language codes like 'EN', 'DE', 'FR'.

LocalizedAttachment.originalUrl ● String! non-null scalar

Secure URL to the original attachment file.

Provides access to the private attachment file with appropriate security measures. Access is restricted based on user permissions and ownership rules.

LocalizedAttachment.mimeType ● String! non-null scalar

MIME type of the attachment file.

Indicates the file format (e.g., 'application/pdf', 'application/zip', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'). Used for proper file handling and security validation.

Member Of

MediaAttachment object