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