Skip to main content

userByEmail

Query that returns the user associated with an Email.

If no user with that Email is found, returns null

userByEmail(
email: String!
): User

Arguments

email (String!)

Email of the user

Type

User

Represents a user that is associated with a account