user_block_aggregate
fetch aggregated fields from the table: "user_block"
user_block_aggregate(
distinct_on: [user_block_select_column!]
limit: Int
offset: Int
order_by: [user_block_order_by!]
where: user_block_bool_exp
): user_block_aggregate!
Arguments
distinct_on ([user_block_select_column!])
distinct select on columns
limit (Int)
limit the number of rows returned
offset (Int)
skip the first n rows. Use only with order_by
order_by ([user_block_order_by!])
sort the rows by one or more columns
where (user_block_bool_exp)
filter the rows returned
Type
user_block_aggregate
aggregated selection of "user_block"