AppUpdated
Event sent when app is updated.
Added in Saleor 3.4type AppUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
app: App
}
Fields
AppUpdated.issuedAt ● DateTime scalar
Time of the event.
AppUpdated.version ● String scalar
Saleor version that triggered the event.
AppUpdated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
AppUpdated.recipient ● App object
The application receiving the webhook.
AppUpdated.app ● App object
The application the event relates to.
Interfaces
Event interface
Was this page helpful?