OBJECT
RoleTemplate
link GraphQL Schema definition
- type RoleTemplate {
- : String!
- # Role permissions that are explicitly assigned to the template.
- : [Permission!]!
- : String!
- : String!
- : [Permission!]! @deprecated( reason: "Use explicitlyAssignedPermissions instead." )
- }