Types
AuthResult
success: A boolean indicating the success of the operation. message: A message providing additional information about the operation.AuthUser
email: The email address of the user. blocked: A boolean indicating whether the user is blocked. lastlogin: The timestamp of the last login. createdAt: The timestamp of the user account creation.Queries
getUserByEmail(email: String!): AuthUser
Retrieve user information by email.