Skip to main content

SetClientCaregiverInput

Input for the mutation that sets a contact person as the client's caregiver

input SetClientCaregiverInput {
clientId: ClientID!
contactPersonId: PersonID
isEntitledToEarlyPreventiveCare: Boolean
isUsingPreventiveCare: Boolean
}

Fields

SetClientCaregiverInput.clientId ● ClientID! non-null scalar

ID of the client

SetClientCaregiverInput.contactPersonId ● PersonID scalar

ID of the contact person

SetClientCaregiverInput.isEntitledToEarlyPreventiveCare ● Boolean scalar

Shows if the contact person is entitled to early use of preventive care. Defaults to 'false'.

SetClientCaregiverInput.isUsingPreventiveCare ● Boolean scalar

Shows if the contact person is using preventive care themselves. Defaults to 'false'.

Member Of

setClientCaregiver mutation