Skip to main content

ThumbnailCreated Object

Event sent when thumbnail is created.

type ThumbnailCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
id: ID
url: String
objectId: ID
mediaUrl: String
}

Fields

issuedAt ● DateTime

Time of the event.

version ● String

Saleor version that triggered the event.

issuingPrincipal ● IssuingPrincipal

The user or application that triggered the event.

recipient ● App

The application receiving the webhook.

id ● ID

Thumbnail id.

url ● String

Thumbnail url.

objectId ● ID

Object the thumbnail refers to.

mediaUrl ● String

Original media url.

Interfaces

Event