TranslationUpdated Object
Event sent when translation is updated.
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.