Zak

Results 5 comments of Zak

Oi! Sounds good, but keep in mind that UUIDs are poorly supported by mongoose itself. I could do two little quick-win improvements: - Add a ref option for `zUUID` -...

@tserdeiro Will do it asap to unblock your development, thanks for reaching out!

@tserdeiro Please check out version `3.2.0` and let me know if it solves your case

Hey @bobbyKhandar, good call, I will fix it myself when releasing an upcoming major

The problem might be not the query function itself but rather the object you return from builder. This approach works like wonder for me: ```ts private readonly postsQuery = injectInfiniteQuery(()...