fetch data from the table: "users"
distinct_on
distinct select on columns
limit
limit the nuber of rows returned
offset
skip the first n rows. Use only with order_by
order_by
sort the rows by one or more columns
where
filter the rows returned
Returns [users !]!.
3
shipsResult
users_aggregate