Role
No description
type Role {
activeUserCount: Int
hasAccessToAllCourses: Boolean!
hasManagerInterfaceAccess: Boolean!
id: ID!
keyName: String
kind: String
name: String
passwordLength: Int!
passwordNumbers: Int!
passwordSummary: String
passwordSymbols: Int!
passwordUppercases: Int!
permissions: JSON
resetPasswordCount: Int
resetPasswordUnit: String
timeoutCount: Int!
timeoutUnit: String!
weight: Int
}