Skip to main content

AssignClientFamilyDoctorInput

Input for the assignment of a client's family doctor.

input AssignClientFamilyDoctorInput {
clientId: ClientID!
doctorId: ContactID!
}

Fields

AssignClientFamilyDoctorInput.clientId ● ClientID! non-null scalar

The unique identifier of the client.

AssignClientFamilyDoctorInput.doctorId ● ContactID! non-null scalar

The unique identifier of the doctor to be set as the family doctor.

Member Of

assignClientFamilyDoctor mutation