Skip to content

updateChangeHealthAccountInput

Autogenerated input type of updateChangeHealthAccount

Fields

deprecated DO NOT USE
password · String · Update the stored password for the ChangeHealthAccount in Healthie. Note this does not affect the password of the account with Change

Used By

Definition

"""
Autogenerated input type of updateChangeHealthAccount
"""
input updateChangeHealthAccountInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Update the stored password for the ChangeHealthAccount in Healthie. Note this does not affect the password of the account with Change
"""
password: String
}