fetch aggregated fields from the table: "users"
- distinct_onusers_select_columndistinct select on columns
- limitlimit the nuber of rows returned
- offsetskip the first n rows. Use only with order_by
- order_by[users_order_by]!sort the rows by one or more columns
- whereusers_bool_expfilter the rows returned
users_aggregate!
users_aggregate!- aggregateusers_aggregate_fields
- nodes[users!]!