User
No description
type User {
id: ID!
email: String!
createdAt: DateTime!
updatedAt: DateTime!
deletedAt: DateTime
hacksessibleRole: HacksessibleRole!
}
Fields
User.id ● ID! non-null scalar
The ID of the user
User.email ● String! non-null scalar
The email of the user
User.createdAt ● DateTime! non-null scalar
The date and time the user was created
User.updatedAt ● DateTime! non-null scalar
The date and time the user was updated
User.deletedAt ● DateTime scalar
The date and time the user was deleted
User.hacksessibleRole ● HacksessibleRole! non-null enum
The role of the user in Hacksessible
Returned By
user query