StartForgotPasswordInput
Autogenerated input type of StartForgotPassword
input StartForgotPasswordInput {
clientMutationId: String
email: Email!
}
Fields
StartForgotPasswordInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
StartForgotPasswordInput.email
● Email!
non-null scalar
User registered email address.
Member Of
startForgotPassword
mutation