Skip to main content
Version: 2024.4

Asset Thumbnail

Returns the selected thumbnail URL.

Configuration

Thumbnail ConfigThumbnail ConfigThumbnail Config

  • Attribute: Name for the field to use in the query.
  • Thumbnail: Select the desired thumbnail from the list.

Example

thumbnail_example.pngthumbnail_example.pngthumbnail_example.png

Request:

{
getCar(id: 82) {
id,
contentThumbnail
}
}

Response:

{
"data": {
"getCar": {
"id": "82",
"contentThumbnail": "/Car%20Images/ac%20cars/68/image-thumb__68__content/automotive-car-classic-149813.44c4f656.jpg"
}
}
}

[]