INPUT_OBJECT

ChangeCurrentUserPasswordInput

Description

Specifies the input required to change the current user's password.

link GraphQL Schema definition

  • 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!
  • }

link Require by