TranslationUpdated
Event sent when translation is updated.
Added in Saleor 3.2type TranslationUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
translation: TranslationTypes
}
Fields
TranslationUpdated.issuedAt
● DateTime
scalar
Time of the event.
TranslationUpdated.version
● String
scalar
Saleor version that triggered the event.
TranslationUpdated.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
TranslationUpdated.recipient
● App
object
The application receiving the webhook.
TranslationUpdated.translation
● TranslationTypes
union
The translation the event relates to.