OBJECT
ProfessionalRolePermission
Link between a permission and a role expressing if the permission is enabled or not
link GraphQL Schema definition
- type ProfessionalRolePermission {
- # Associated permission
- ProfessionalPermission! :
- # Is it enabled or not for for the role
- Boolean! :
- }