OBJECT
ProfessionalRoleWithPermissions
Professional Role with its associated user permissions and the role on which it is based
link GraphQL Schema definition
- type ProfessionalRoleWithPermissions {
- # Professional Role identifier
- : LegacyId!
- # Professional Role name
- : String!
- # Professional Role description. Can be filled when the ProfessionalRole is
- # created. Always empty for the base roles
- : String
- # Professional Role name on which this role is based
- : ProfessionalBaseRoleName
- # Professional Role associated permissions
- : [ProfessionalRolePermission!]
- }