Is it possible to set a custom name to the relation attribute when getting a list of documents?
Here boardId is an object, but in the cloud, it contains just a string which is ID of a board.
As I'm using TS, it would be easy to manage if there is a possible way to change the name when fetching documents: like
{
boardId: "asd9e12hdasde12",
board: {
$id: "a1h23bjhb1",
name: "BoardName"
}
}
Recommended threads
- Startup credits or promo code inquiry fo...
Hello Appwrite team, Happy New Year! I hope you’re all doing well. I’m currently exploring backend solutions for a new SaaS project and Appwrite came highly re...
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...
- Cannot Update Empty oneToMany Relationsh...
Appwrite's `updateDocument()` API cannot update an empty oneToMany relationship array. When attempting to update an empty relationship with a single-item array,...