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