i have 2 collections, like item and itemOrder, then how to join item and itemOrder collection ? currently i'm using Apple SDK.
At the moment, you'll have to join them client side by making separate API calls. There is an open feature request for more built in relationships: https://github.com/appwrite/appwrite/issues/2735. And we're currently working on how to best add support for this.
i see, Thanks @Steven !
Recommended threads
- TSL Certificate Issues
Hi Appwrite Discord Community, I got a problem with my Self-Hosted instance. I only want, that I can use my programm with the Appwrite Backend without .selfSig...
- React Native/iOS platform integrations h...
Anyone else have this issue where platform identifiers have been lost/wiped and no option/field available to update them in the console?
- macOS app: OAuth flow doesn’t start
Hi Appwrite team, I’m integrating the Appwrite Swift SDK into a macOS app and am hitting an environment/runtime issue when starting OAuth. App architecture • ...