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