PasswordRecoveryLinkInput
No description
input PasswordRecoveryLinkInput {
email: String!
redirectUrl: String
language: String
}
Fields
PasswordRecoveryLinkInput.email
● String!
non-null scalar
The email address of the user to generate the recovery link for
PasswordRecoveryLinkInput.redirectUrl
● String
scalar
The page the user will be redirected to after the user changed his/her password.
PasswordRecoveryLinkInput.language
● String
scalar
Member Of
passwordResetLink
mutation