Skip to content

mergeClients

all data related to the merging account (form answers, billing items, charting notes, etc) will be associated with the selected account after merging. The selected account's client profile information will remain unchanged (name, DOB, etc)

Arguments

input · mergeClientsInput · Parameters for mergeClients

Returns

mergeClientsPayload

Example

mutation mergeClients($input: mergeClientsInput) {
mergeClients(input: $input) {
messages
user
}
}