INPUT_OBJECT
Specifies the input required to change the current user's password.
input ChangeCurrentUserPasswordInput {# Required. The current password of the user.currentPassword: String!# Invalidates all sessions.invalidateAllSessions: Boolean# Required. The new password of the user.newPassword: String!}