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