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