medications_count
Fetch count of medications for a given patient
Arguments
patient_id
· ID Returns
Int Example
query medications_count($active: Boolean, $patient_id: ID) { medications_count(active: $active, patient_id: $patient_id)}