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