removePatientPhoneNumber
This mutation is for removing a patient phone number.
removePatientPhoneNumber(
patientId: ID!
phoneId: ID!
): PatientResponsePayload
Arguments
removePatientPhoneNumber.patientId ● ID! non-null scalar
removePatientPhoneNumber.phoneId ● ID! non-null scalar
Type
PatientResponsePayload object
The response received when querying for patient information.