Skip to main content

TranslationUpdated

Event sent when translation is updated.

Added in Saleor 3.2
type TranslationUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
translation: TranslationTypes
}

Fields

TranslationUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

TranslationUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

TranslationUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

TranslationUpdated.recipient ● App object apps

The application receiving the webhook.

TranslationUpdated.translation ● TranslationTypes union miscellaneous

The translation the event relates to.

Interfaces

Event interface miscellaneous