I'm using appwrite cloud (currently version 1.5) Using Query.select to retrieve only attributes I need do nothing. I get whole object. Does appwrite 1.5 support Query.select with getDocument?
Appwrite Cloud is running version 1.6. Are you using a self-hosted version? Query.select was introduced in version 1.3, so make sure you're using the updated SDK
Recommended threads
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...