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