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