SendUpdatePasswordEmailInput
Input for the sendUpdatePasswordEmail mutation.
input SendUpdatePasswordEmailInput {
id: UserID!
}
Fields
SendUpdatePasswordEmailInput.id ● UserID! non-null scalar
ID of the user to send the update password email to.
Member Of
sendUpdatePasswordEmail mutation