
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
- `access_denied_to_user` - push new branc...
Why pushig new branch is not allowed? ``` git push origin fix-no_issue_id-fix_variable_name remote: {"auth_status":"access_denied_to_user","body":"Permission t...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
