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!
TL;DR
Developers are asking how to implement DAO / DTO feature in Appwrite to manage data selection for users. They need to differentiate between regular users and admins in accessing user data. The documentation mentions GraphQL, but they are unsure if it is the only solution.Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...