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