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