passwordChange
Change a user's password. The client is required to compute authPW since we don't send the clear password to our server.
passwordChange(
input: PasswordChangeInput!
): PasswordChangePayload!
Change a user's password. The client is required to compute authPW since we don't send the clear password to our server.
passwordChange(
input: PasswordChangeInput!
): PasswordChangePayload!
passwordChange.input
● PasswordChangeInput!
non-null inputPasswordChangePayload
object