Elian Krosse
Elian Krosse
We had a similar use-case a while back, we solved it using additional filters. ``` ruby module Mutations class UserFilter < AdditionalFilter @default_options = { with_permission_to: [] } def filter(data)...
We're still actively using this Gem but are happy with the current feature set, thats why I haven't been involved in development the last few years.
I like the way it currently works, to me its more obvious and less magical
I'm not a big fan of the the AdditionalNameAwareFilter idea. But I don't like the special treatment the ModelFilter has either. Its a bit to much magic just to avoid...