Skip to content

resetPasswordInput

Autogenerated input type of resetPassword

Fields

namespace · String · The authentication namespace to check reset passwords for.

Used By

Definition

"""
Autogenerated input type of resetPassword
"""
input resetPasswordInput {
email: String
"""
The authentication namespace to check reset passwords for.
"""
namespace: String = "healthie"
}