Skip to main content

PermissionGroupCreate Object

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

Requires the MANAGE_STAFFpermission.

Triggers the following webhook events:

  • PERMISSION_GROUP_CREATED (async)
type PermissionGroupCreate {
permissionGroupErrors: [PermissionGroupError!]! @deprecated
errors: [PermissionGroupError!]!
group: Group
}

Fields

errors ● [PermissionGroupError!]!

group ● Group

Show deprecated

Returned By

permissionGroupCreate mutation