Alex Panfilkin

Results 7 comments of Alex Panfilkin

This feature was publish as part of the version 0.9.1

It think it doesn't work for you because you're using both decorators at the same time like this ``` @FilterField(() => String, { sqlExp: 't.title'}) @FilterField({exclude: true}) ``` Can you...

PR look good so far. I wanna test it tomorrow and if everything is fine, then merge it. Thanks for fixing it.

Hey @bnol. Thanks for the report. I'll take a look tomorrow and try to find some options.

@bnol @bobsingor this is the version that fixes it https://github.com/Adrinalin4ik/Nestjs-Graphql-Tools/releases/tag/0.10.2. Thanks again for the good find.