So , I've created two collections in database named as foodCategories and foodCategoriesItems. in foodCategories: I've for attributes: title , description , icon and relationship attribute with food CategoriesItem.
In foodCategoriesItems: I've attribute like: icon , name , price
When I trying to list foodCategories collection data then in relationship section instead of getting data I'm getting object even though foodCategory have the realtions and have the value of it.
In first image see: foodCategoriesItem realtionship have value In 2nd image: I'm getting object instead of data.
So , how can I get data ?
@Steven can you help
Recommended threads
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...