isEmailTokenValid
Determine if the email token provided is still valid or not.
isEmailTokenValid(
token: String!
email: String!
): Boolean
Arguments
isEmailTokenValid.token ● String! non-null scalar
Generated email token.
isEmailTokenValid.email ● String! non-null scalar
Email address of the user.
Type
Boolean scalar
The Boolean scalar type represents true or false.