searchPatients_aggregate
execute function "searchPatients" and query aggregates on result of table type "patient"
searchPatients_aggregate(
args: searchPatients_args!
distinct_on: [patient_select_column!]
limit: Int
offset: Int
order_by: [patient_order_by!]
where: patient_bool_exp
): patient_aggregate!
Arguments
searchPatients_aggregate.args ● searchPatients_args! non-null input
input parameters for function "searchPatients_aggregate"
searchPatients_aggregate.distinct_on ● [patient_select_column!] list enum
distinct select on columns
searchPatients_aggregate.limit ● Int scalar
limit the number of rows returned
searchPatients_aggregate.offset ● Int scalar
skip the first n rows. Use only with order_by
searchPatients_aggregate.order_by ● [patient_order_by!] list input
sort the rows by one or more columns
searchPatients_aggregate.where ● patient_bool_exp input
filter the rows returned
Type
patient_aggregate object
aggregated selection of "patient"