vikarOriginal post
Android Developer
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?
Summary
Title: Retrieving Enum Values in Appwrite SDK
Developers typically can't fetch all enum values directly in Appwrite SDK, only the current value is retrieved. One option is to use a separate attribute to list all values or submit a feature request to the repository to include this functionality.