Tycho Bokdam
Tycho Bokdam
TypeORM v3 support is now released in the alpha version of my [fork](https://github.com/TriPSs/nestjs-query/pull/26) together with all the fixes from [here](https://github.com/doug-martin/nestjs-query/issues/1538#issuecomment-1142113415)
I think I had a similar issue but only that the performance was bad when it needed to fetch a lot of relations, I fixed this in my fork with...
Why not update auth to do the filter already like: ```js @Authorize({ authorize: async (context: any) => { return { authorId: { eq: context.req.user.user.id } } }, }) ```
You can also overwrite the service and then overwrite the query methods
I did not do that? Is that something that is required now? I'm currently downgraded to `2.13.3` as I did not have the issue with that one.
Sorry for the late reply, I was indeed using `syncVersions`
I also have it with the latest version.
This issues happens again in the latest release. Can we reopen @edbzn?
@edbzn I indeed was the latest version `2.23.4`, rolling back to `2.22.0` solved it.
@bencat-sixense @joshuasimon-taulia would any of you be open to create a PR that will sort the tags?