INPUT_OBJECT

UpdateCredentialsInput

Arguments for updating a user's credentials.

link GraphQL Schema definition



input UpdateCredentialsInput {
The user current password.
currentPassword: String
The new password for the user.
password: String!
}

link Required by