The example provided in the docs here has an example of what looks like a one to many (by passing a nested array of documents)
https://appwrite.io/docs/products/databases/relationships#create-documents
Does this mean to create a one to many, and assuming an arbitrary attribute key name relation_name, would you post a document in the shape of an object or just the id?
psuedo payload in yaml below:
TypeScript
name: My Object Name
random_boolean_attribute: true
relation_name:
$id: related_object_id
versus
TypeScript
name: My Object Name
random_boolean_attribute: true
relation_name: related_object_id
TL;DR
Developers are asking if nested relations for a two-way many-to-one relationship should be posted with an object containing the ID or just the ID itself. The correct format for the payload is to post the ID directly, without nesting it within an object.Recommended threads
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- trying to figure out how to activate my...
please help
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...