PermissionGroupCreate Object
Create new permission group. Apps are not allowed to perform this mutation.
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