OBJECT
UserNode
link GraphQL Schema definition
- type UserNode implements Node {
- # The ID of the object.
- ID! :
- 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!]! : [
- Int :
- Boolean :
- Boolean :
- String :
- }
link Require by
- ObtainJSONWebTokenObtain JSON web token for given user. Allow to perform login with different fields, and secondary email if set. The fields are defined on settings. Not verified users can login by default. This can be changes on settings. If user is archived, make it unarchive and return `unarchiving=True` on output.
- Querynull
- UserNodeEdgeA Relay edge containing a `UserNode` and its cursor.