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