Skip to main content

UpdateClientPhysicalConditionsInput

Update the physical conditions that the client has (e.g. depression)

input UpdateClientPhysicalConditionsInput {
clientId: ClientID!
physicalConditions: [String!]
}

Fields

UpdateClientPhysicalConditionsInput.clientId ● ClientID! non-null scalar

ID of the client

UpdateClientPhysicalConditionsInput.physicalConditions ● [String!] list scalar

List of physical conditions that the client has (e.g. depression)

Member Of

updateClientPhysicalConditions mutation