PageUpdated
Event sent when page is updated.
Added in Saleor 3.2type PageUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
page: Page
}
Fields
PageUpdated.issuedAt ● DateTime scalar
Time of the event.
PageUpdated.version ● String scalar
Saleor version that triggered the event.
PageUpdated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
PageUpdated.recipient ● App object
The application receiving the webhook.
PageUpdated.page ● Page object
The page the event relates to.
Interfaces
Event interface
Was this page helpful?