Skip to content

medications_count

Fetch count of medications for a given patient

Arguments

Returns

Int

Example

query medications_count($active: Boolean, $patient_id: ID) {
medications_count(active: $active, patient_id: $patient_id)
}