Skip to content

resetPasswordInput

Autogenerated input type of resetPassword

Fields

deprecated DO NOT USE
namespace · String · The authentication namespace to check reset passwords for.

Used By

Definition

"""
Autogenerated input type of resetPassword
"""
input resetPasswordInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
email: String
"""
The authentication namespace to check reset passwords for.
"""
namespace: String = "healthie"
}