Skip to main content
Version: 3.x

PermissionGroupCreated

Event sent when new permission group is created.

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

Fields

PermissionGroupCreated.issuedAt ● DateTime scalar

Time of the event.

PermissionGroupCreated.version ● String scalar

Saleor version that triggered the event.

PermissionGroupCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PermissionGroupCreated.recipient ● App object

The application receiving the webhook.

PermissionGroupCreated.permissionGroup ● Group object

The permission group the event relates to.

Interfaces

Event interface


Was this page helpful?