Skip to main content
Version: 3.x

PermissionGroupUpdated

Event sent when permission group is updated.

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

Fields

PermissionGroupUpdated.issuedAt ● DateTime scalar

Time of the event.

PermissionGroupUpdated.version ● String scalar

Saleor version that triggered the event.

PermissionGroupUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PermissionGroupUpdated.recipient ● App object

The application receiving the webhook.

PermissionGroupUpdated.permissionGroup ● Group object

The permission group the event relates to.

Interfaces

Event interface


Was this page helpful?