Skip to main content

PermissionGroupDeleted

Event sent when permission group is deleted.

Added in Saleor 3.6
type PermissionGroupDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
permissionGroup: Group
}

Fields

PermissionGroupDeleted.issuedAt ● DateTime scalar miscellaneous

Time of the event.

PermissionGroupDeleted.version ● String scalar miscellaneous

Saleor version that triggered the event.

PermissionGroupDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

PermissionGroupDeleted.recipient ● App object apps

The application receiving the webhook.

PermissionGroupDeleted.permissionGroup ● Group object users

The permission group the event relates to.

Interfaces

Event interface miscellaneous