Support for `uniq?` option on `count` and `list` aggregates will be released soon

zachdaniel
2023-02-09

zachdaniel:

Can use it like so:

count :count_of_grants, :feature_grants do
  field :user_id
  uniq? true
end