UpdatePasswordInput
Provides the fields and values to use when updating a password.
input UpdatePasswordInput {
oldPassword: String!
password: String!
}
Fields
UpdatePasswordInput.oldPassword
● String!
non-null scalar
The current password.
UpdatePasswordInput.password
● String!
non-null scalar
The new password.
Member Of
updatePassword
mutation