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
Time of the event.
PageTypeUpdated.version ● String scalar
Saleor version that triggered the event.
PageTypeUpdated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
PageTypeUpdated.recipient ● App object
The application receiving the webhook.
PageTypeUpdated.pageType ● PageType object
The page type the event relates to.
Interfaces
Event interface
Was this page helpful?