Support for `uniq?` option on `count` and `list` aggregates will be released soon
zachdaniel:
Can use it like so:
count :count_of_grants, :feature_grants do
field :user_id
uniq? true
end
zachdaniel:
Can use it like so:
count :count_of_grants, :feature_grants do
field :user_id
uniq? true
end