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