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
- Roles Enum Limitation in Kotlin SDK
The createMembership method in the Appwrite Kotlin SDK now requires List<io.appwrite.enums.Roles> instead of List<String>, but the predefined Roles enum only co...
- Server Down
Appwrite services are down. When will they start working again?
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...