PermissionGroupDeleted
Event sent when permission group is deleted.
Added in Saleor 3.6type PermissionGroupDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
permissionGroup: Group
}
Fields
PermissionGroupDeleted.issuedAt
● DateTime
scalar
Time of the event.
PermissionGroupDeleted.version
● String
scalar
Saleor version that triggered the event.
PermissionGroupDeleted.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
PermissionGroupDeleted.recipient
● App
object
The application receiving the webhook.
PermissionGroupDeleted.permissionGroup
● Group
object
The permission group the event relates to.