addPatientAttribute
This mutation is for adding a patient attribute.
addPatientAttribute(
patientId: ID!
attributeData: AddCustomAttributeData!
): PatientResponsePayload
Arguments
addPatientAttribute.patientId ● ID! non-null scalar
addPatientAttribute.attributeData ● AddCustomAttributeData! non-null input
Type
PatientResponsePayload object
The response received when querying for patient information.