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