removePatientAccessGroup
This mutation removes a patient from an access group.
removePatientAccessGroup(
patientId: ID!
accessGroupId: ID!
): PatientResponsePayload
Arguments
removePatientAccessGroup.patientId ● ID! non-null scalar
removePatientAccessGroup.accessGroupId ● ID! non-null scalar
Type
PatientResponsePayload object
The response received when querying for patient information.