OBJECT

ProfessionalPermission

Permission granted to a user

link GraphQL Schema definition

  • type ProfessionalPermission {
  • # Permission identifier
  • id: LegacyId!
  • # Permission name
  • name: String!
  • # Define the scope of the permission
  • description: String!
  • }