INPUT_OBJECT
ChangePassword
link GraphQL Schema definition
1 input ChangePassword { 5 2 # The current user's old password. Must be provided even if the 3 # user is otherwise authenticated as an additional security check. 4 String! : 9 6 # The new password. May be subject to validation rules depending 7 # on the organization or environment system policy. 8 String! : 10 }