Skip to main content

search_patientWorkspace_aggregate

execute function "search_patientWorkspace" and query aggregates on result of table type "patient"

search_patientWorkspace_aggregate(
args: search_patientWorkspace_args!
distinct_on: [patient_select_column!]
limit: Int
offset: Int
order_by: [patient_order_by!]
where: patient_bool_exp
): patient_aggregate!

Arguments

search_patientWorkspace_aggregate.args ● search_patientWorkspace_args! non-null input

input parameters for function "search_patientWorkspace_aggregate"

search_patientWorkspace_aggregate.distinct_on ● [patient_select_column!] list enum

distinct select on columns

search_patientWorkspace_aggregate.limit ● Int scalar

limit the number of rows returned

search_patientWorkspace_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

search_patientWorkspace_aggregate.order_by ● [patient_order_by!] list input

sort the rows by one or more columns

search_patientWorkspace_aggregate.where ● patient_bool_exp input

filter the rows returned

Type

patient_aggregate object

aggregated selection of "patient"