
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
- why do I get errors when logging in?
hello everyone, I wrote the jetpack compose android application a month ago, my authorization was working, but now it has stopped what is the problem? https://...
- 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...
