How can I grab an all linked ents from a linked ent
Hi, this is my schema:
I have a user identifier. Now I want to grab every chat of this user and the information about the others in the chat. How can I do that?
I tried something like that, but it obviously did not work:
3 Replies
I think you were pretty close:
looks good to me
what's the difference between edge and edgeX and get and getX?
https://labs.convex.dev/convex-ents/read#reading-a-single-ent-or-throwing
https://labs.convex.dev/convex-ents/read#traversing-11-edge
Reading Ents from the Database - Convex Ents
Relations, default values, unique fields and more for Convex