AppDeleted Object
Event sent when app is deleted.
type AppDeleted implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  app: App
}
Fields
AppDeleted.issuedAt ● DateTime scalar miscellaneous
Time of the event.
AppDeleted.version ● String scalar miscellaneous
Saleor version that triggered the event.
AppDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
AppDeleted.recipient ● App object apps
The application receiving the webhook.
AppDeleted.app ● App object apps
The application the event relates to.