Skip to main content

InitiateResetPasswordInput

No description

input InitiateResetPasswordInput {
email: String!
link: UnsanitizedString!
ip: UnsanitizedString!
}

Fields

email ● String!

Email of the customer that wants to reset password

link ● UnsanitizedString!

The link of the page that the customer will be returned to

ip ● UnsanitizedString!

IP address which the initiate reset was sent from

Example

{}