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
ThumbnailCreated.issuedAt ● DateTime scalar miscellaneous
Time of the event.
ThumbnailCreated.version ● String scalar miscellaneous
Saleor version that triggered the event.
ThumbnailCreated.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
ThumbnailCreated.recipient ● App object apps
The application receiving the webhook.
ThumbnailCreated.id ● ID scalar miscellaneous
Thumbnail id.
ThumbnailCreated.url ● String scalar miscellaneous
Thumbnail url.
ThumbnailCreated.objectId ● ID scalar miscellaneous
Object the thumbnail refers to.
ThumbnailCreated.mediaUrl ● String scalar miscellaneous
Original media url.