OBJECT

RoleTemplate

link GraphQL Schema definition

  • type RoleTemplate {
  • id: String!
  • name: String!
  • description: String!
  • permissions: [Permission!]!
  • # Role permissions that are explicitly assigned to the template.
  • explicitlyAssignedPermissions: [Permission!]!
  • }