Yvens
CCConvex Community
•Created by Yvens on 8/29/2024 in #support-community
[Convex ents] Getting Multiple docs using compound index in the most efficient way
Hello,
How would you get a list of document using ents ?
Since this bellow, let you only read a single document with a compound index
1 replies
CCConvex Community
•Created by Yvens on 6/12/2024 in #support-community
Mock Service Worker implementation
Hello guys, I'm giving a go at MSW, and I'm not sure about the implementation. The way I do it feel strange to me does anyone could give it a look and let me know if it makes sense ?
Link of the gist: https://gist.github.com/Yvens16/bdd3cabd79bdc73791f7342f280a955d
4 replies
CCConvex Community
•Created by Yvens on 5/1/2024 in #support-community
Paginate many to many edge (ents)
Hello, I don't get how to paginate a many to many query on convex-ents:
`
My problem is on this line :
``
8 replies
CCConvex Community
•Created by Yvens on 4/29/2024 in #support-community
Optional one to many relationship (convex-ents)
Hello,
Is there a way to make an optional one to many relationship using egdes ?
I would like to affect users to a group or no group.
`
9 replies
CCConvex Community
•Created by Yvens on 4/24/2024 in #support-community
Convex-test/ents
Is there a way to use ctx.table in a test ?
Or should I insert data in the "users_to_roles" table created by ents ?
I don't get how to re-create the edge in my db setup.
Thank you
42 replies
CCConvex Community
•Created by Yvens on 4/5/2024 in #support-community
Problem testing convex function with convex-test.
18 replies