Skip to main content

ChangePasswordInput

No description

input ChangePasswordInput {
oldPassword: UnsanitizedString!
newPassword: UnsanitizedString!
}

Fields

oldPassword ● UnsanitizedString!

Provide the old password to authenticate the user

newPassword ● UnsanitizedString!

Password must be at least 12 characters long and could not be equal to the old password

Example

{}