#[CLOSED] Relationship attribute for appwrite hackathon
9 messages · Page 1 of 1 (latest)
For example, if you want relationship between, A -> B then in collection B you can attribute name as a_doc_id and then whenever you create document B you simply pass doc id of A doolection.
Same goes for fetching, when you fetch B doc you first fetch doc B which return A-ID and then then you send another request to fetch details of A-ID from A-Collection
thanks
no worries