verifyEmail
Check if an email is belonging to a registered user
verifyEmail(
input: VerifyEmailInput!
): Boolean!
Arguments
verifyEmail.input
● VerifyEmailInput!
non-null input
Type
Boolean
scalar
The
Boolean
scalar type representstrue
orfalse
.