OBJECT
UserType
link GraphQL Schema definition
- type UserType {
- : ID!
- : String!
- : DateTime
- # Designates that this user has all permissions without explicitly assigning them.
- : Boolean!
- # Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
- : String!
- : String!
- : String!
- : String!
- # Designates whether the user can log into this admin site.
- : Boolean!
- # Designates whether this user should be treated as active. Unselect this instead
- # of deleting accounts.
- : Boolean!
- : DateTime!
- : TraineeType
- : [OrganizationType!]!
- : [CourseType!]!
- : [TrainingType!]!
- : [SessionType!]!
- : [UserOrganizationType!]!
- }