updatePatientRelationship
Updates an existing PatientRelationship held by a Patient. Note that the relationshipType and relationshipLabel fields cannot be updated using this mutation.
updatePatientRelationship(
patientId: ID!
relationshipId: ID!
contact: PatientRelationshipContactInput!
): PatientResponsePayload
Arguments
updatePatientRelationship.patientId ● ID! non-null scalar
updatePatientRelationship.relationshipId ● ID! non-null scalar
The ID of the specific PatientRelationship associated with the Patient that should be updated
updatePatientRelationship.contact ● PatientRelationshipContactInput! non-null input
Details of the Patient/Contact this PatientRelationship links to
Type
PatientResponsePayload object
The response received when querying for patient information.