Skip to main content

UpdateClientConnectedPersonsInput

Update the connected persons to the client (e.g. a spouse)

input UpdateClientConnectedPersonsInput {
clientId: ClientID!
connectedPersonId: ClientID!
relation: FamilyRelation
}

Fields

UpdateClientConnectedPersonsInput.clientId ● ClientID! non-null scalar

ID of the client

UpdateClientConnectedPersonsInput.connectedPersonId ● ClientID! non-null scalar

ID of the connected person

UpdateClientConnectedPersonsInput.relation ● FamilyRelation enum

Relation of the connected person to the client

Member Of

updateClientConnectedPersons mutation