accountConfirm
Confirm user account with token sent by email during registration.
accountConfirm(
email: String!
token: String!
): AccountConfirm
Arguments
accountConfirm.email ● String! non-null scalar
Email of the user performing account confirmation.
accountConfirm.token ● String! non-null scalar
A one-time token required to confirm the account.
Type
AccountConfirm object
Confirm user account with token sent by email during registration.