INPUT_OBJECT

UpdateCredentialsInput

Arguments for updating a user's credentials.

link GraphQL Schema definition


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

link Required by