
I'm very new to react-native and appwrite. I created an Enum attribute 'category' containing several elements. Now I want to fetch all the enum values to set a filter option. How will I get the all enum elements?

You cannot get all enums, unless using server side sdk. When fetching the docs, only current value is retrieved ig.

maybe use a separate attribute to list all values or best is to create a feature request on the repo. I'd like the later and be added to the sdk.

Will try. Thank you
Recommended threads
- Query.startswith problem
Hi, i have a problem: const result = await database.listDocuments(envs.DATABASE_ID,envs.COLLECTION_ID,[Query.startsWith('date', '2025-04-01')]) this one does...
- Cannot delete account using appwrite aut...
other things working well, but my delete isn't working : deleteAccount: async (password: string) => { try { // First, delete all active ses...
- Storage permission issues with Ionic/Ang...
Hello, I use Ionic/Angular with Appwrite to run a PWA. I use Appwrite Auth, Database, Function and Storage, and everything runs fine. If I build an Androi...
