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