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