Skip to main content

ImageVariant

A transformed version of an image with specific modifications applied

type ImageVariant {
name: String!
language: String!
url: String!
mimeType: String!
}

Fields

ImageVariant.name ● String! non-null scalar

Human-readable name for the image variant.

Typically describes the transformation applied or the intended use case (e.g., 'thumbnail', 'hero-banner', 'mobile-optimized').

ImageVariant.language ● String! non-null scalar

Language code associated with this image variant.

Indicates the language context for localized image content or text overlays. Uses standard language codes like 'EN', 'DE', 'FR'.

ImageVariant.url ● String! non-null scalar

Direct URL to access the transformed image.

Fully qualified URL that can be used to display or download the transformed image. The URL includes all applied transformations and optimizations.

ImageVariant.mimeType ● String! non-null scalar

MIME type of the transformed image.

Indicates the file format of the transformed image (e.g., 'image/jpeg', 'image/webp', 'image/png'). May differ from the original image format based on transformations applied.

Member Of

MediaImage object