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 miscellaneous
Time of the event.
PageUpdated.version ● String scalar miscellaneous
Saleor version that triggered the event.
PageUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
PageUpdated.recipient ● App object apps
The application receiving the webhook.
PageUpdated.page ● Page object pages
The page the event relates to.