Skip to content

SdUpdateChangeHealthAccountInput

Autogenerated input type of SdUpdateChangeHealthAccount

Fields

deprecated DO NOT USE
id · ID! · required · ID of the Change Health Account
user_id · ID! · required · ID of the User
change_health_user_id · String! · required · Change Health User ID
app_user_id · String · App User ID
password · String · Change Health Password
facility_id · String! · required · Facility ID

Used By

Definition

"""
Autogenerated input type of SdUpdateChangeHealthAccount
"""
input SdUpdateChangeHealthAccountInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the Change Health Account
"""
id: ID!
"""
ID of the User
"""
user_id: ID!
"""
Change Health User ID
"""
change_health_user_id: String!
"""
App User ID
"""
app_user_id: String
"""
Change Health Password
"""
password: String
"""
Facility ID
"""
facility_id: String!
}