patient_aggregate
fetch aggregated fields from the table: "patient"
patient_aggregate(
distinct_on: [patient_select_column!]
limit: Int
offset: Int
order_by: [patient_order_by!]
where: patient_bool_exp
): patient_aggregate!
Arguments
patient_aggregate.distinct_on ● [patient_select_column!] list enum
distinct select on columns
patient_aggregate.limit ● Int scalar
limit the number of rows returned
patient_aggregate.offset ● Int scalar
skip the first n rows. Use only with order_by
patient_aggregate.order_by ● [patient_order_by!] list input
sort the rows by one or more columns
patient_aggregate.where ● patient_bool_exp input
filter the rows returned
Type
patient_aggregate object
aggregated selection of "patient"