updatePatient
This mutation updates the details of an existing patient.
updatePatient(
id: ID!
patientData: UpdatePatientDataInput!
): PatientResponsePayload
Arguments
updatePatient.id ● ID! non-null scalar
updatePatient.patientData ● UpdatePatientDataInput! non-null input
Type
PatientResponsePayload object
The response received when querying for patient information.