CreateCustomRoleInput
Autogenerated input type of CreateCustomRole
| Input Fields : Object | Description |
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. |
| description: String | The custom role description |
| orgId: ID | The organization id |
| referenceRole: String | The role name to copy the default permissions Valid roles: - start_from_scratch: No permission is going to be selected for the new role - super_admin: The permissions selected are going to be the same as the super_admin role - admin: The permissions selected are going to be the same as the admin role - normal: The permissions selected are going to be the same as the normal role - company_guest: The permissions selected are going to be the same as the company_guest role - external_guest: The permissions selected are going to be the same as the external_guest role |
| title: String | The custom role title |