LocalizedImage
Language-specific image file with metadata and storage information
type LocalizedImage {
language: String!
originalUrl: String!
mimeType: String!
}
Fields
LocalizedImage.language
● String!
non-null scalar
Language code for this image variant.
Indicates the language context or locale for which this image is intended. Uses standard language codes like 'EN', 'DE', 'FR'.
LocalizedImage.originalUrl
● String!
non-null scalar
Direct URL to the original, unmodified image file.
Provides access to the source image as originally uploaded, without any transformations or optimizations applied. Used as the base for generating variants.
LocalizedImage.mimeType
● String!
non-null scalar
MIME type of the original image file.
Indicates the file format of the stored image (e.g., 'image/jpeg', 'image/png', 'image/webp'). Determines how the image should be processed and displayed.
Member Of
MediaImage
object