Function findUserByEmailService
- findUserByEmailService(email: string): QueryWithHelpers<null | Document<any, BeAnObject, User> & User & IObjectWithTypegooseFunction & {
_id: ObjectId;
}, Document<any, BeAnObject, User> & User & IObjectWithTypegooseFunction & {
_id: ObjectId;
}, BeAnObject, DocumentType<User, BeAnObject>>
-
Returns QueryWithHelpers<null | Document<any, BeAnObject, User> & User & IObjectWithTypegooseFunction & {
_id: ObjectId;
}, Document<any, BeAnObject, User> & User & IObjectWithTypegooseFunction & {
_id: ObjectId;
}, BeAnObject, DocumentType<User, BeAnObject>>
Find a user from the database with matching email
Author
aayushchugh