Skip to main content
Version: 3.x

permissionGroupUpdate

Update permission group. Apps are not allowed to perform this mutation.

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • PERMISSION_GROUP_UPDATED (async)
permissionGroupUpdate(
id: ID!
input: PermissionGroupUpdateInput!
): PermissionGroupUpdate

Arguments

permissionGroupUpdate.id ● ID! non-null scalar

ID of the group to update.

permissionGroupUpdate.input ● PermissionGroupUpdateInput! non-null input

Input fields to create permission group.

Type

PermissionGroupUpdate object

Update permission group. Apps are not allowed to perform this mutation.

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • PERMISSION_GROUP_UPDATED (async)

Was this page helpful?