[SOLVED] How can I retrieve data of the document on nodejs Server SDK?
- 0
- Resolved
- Self Hosted
- Databases
Models.Document interface doesn't have 'data' property and I couldnt' find any example about it. Should I extends the interface to make my own document model and typecast it to access to the data?
yes, extend the document model and include the attributes for your collection
Super! Thank you very much! It helped a lot!
[SOLVED] How can I retrieve data of the document on nodejs Server SDK?
Recommended threads
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- Auth not working
guys my appwrite auth isnt working? oauth works (Sign in with google n discord) i have 2 websites deployed where do i get help when i do sign in with email and ...
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...