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