Skip to main content
Version: 3.x

permissionGroupCreate

Create new permission group. Apps are not allowed to perform this mutation.

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • PERMISSION_GROUP_CREATED (async)
permissionGroupCreate(
input: PermissionGroupCreateInput!
): PermissionGroupCreate

Arguments

permissionGroupCreate.input ● PermissionGroupCreateInput! non-null input

Input fields to create permission group.

Type

PermissionGroupCreate object

Create new permission group. Apps are not allowed to perform this mutation.

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • PERMISSION_GROUP_CREATED (async)

Was this page helpful?