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
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- API returned 400
Hey, since I upgraded to Docker Engine v29 on macOS, I keep getting errors `time="2025-11-26T22:33:36Z" level=error msg="Provider connection error Error respons...
- AnyCodable not exposed in iOS SDK
I want to write some convenience functions for Teams.list() but the problem is, that I can't use the default <[String : AnyCodable]> as a return type for my con...