ForgotPasswordInput
The data required to reset a user password
input ForgotPasswordInput {
email: String!
}
Fields
ForgotPasswordInput.email
● String!
non-null scalar
Email of the user
Member Of
forgotPassword
mutation