
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
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
- Flutter native Google Sign Up with googl...
Hey I want to use the native login instead of the WebView. Do you have any experience on that and has Appwrite to plan this support?
- How to upload a profile picture from rea...
I need to upload profile picture from a app i am building for my project... How do i do it ? Till now i have done this much but it shows an error
