Hello, I have a question about data selection. Typically, this is achieved using solutions like DAO and DTO, but I’m wondering how to accomplish the same in Appwrite.
My case is as follows: I have a "Users" document in the database, which functions as a classic user data table. There are two scenarios:
- Regular users can view other users' data, but only in a limited scope.
- Admins have access to all user data. I’ve searched the documentation and found references to GraphQL, but I’m not sure if that’s the only available option. Could someone clarify this? Thanks!
Recommended threads
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started...