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