Skip to main content

LocalizedDocument

Language-specific document file with metadata and storage information

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

Fields

LocalizedDocument.language ● String! non-null scalar

Language code for this document variant.

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

LocalizedDocument.originalUrl ● String! non-null scalar

Direct URL to the original, unmodified document file.

Provides access to the source document as originally uploaded, without any modifications. Used for downloading and viewing the document in its original format.

LocalizedDocument.mimeType ● String! non-null scalar

MIME type of the document file.

Indicates the document format (e.g., 'application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'). Determines how the document should be processed and displayed.

Member Of

MediaDocument object