Hey there, thanks trying to help me! 👋
I know that querying relationships is currently not possible but I wonder in which extend? I have a „Cars“ Database where each car potentially contains a lot of „CarReservations“. In order to keep the „Car“ response small, I deleted the two way relationship and made it one way (a Reservation knows about its Car but the Car does not know about its reservations).
Is it still possible to query all the CarReservations for a car with a query and the Cars ID?
Appreciate it!
Recommended threads
- Custom Domains with Cloudflare for SaaS ...
Hi! I'm using Appwrite Cloud Sites with Cloudflare for SaaS for multi-tenant custom domains. Problem: Custom domain: donate.pekeetong.my → CNAME to sites.dono...
- DNS Not Working
Ok so I have my website, but when I try to use a subdomain of that on another site in appwrite, it just gets stuck at generating certtificate, fails every time....
- Error: Timed out waiting for runtime
I am trying to call a function on appwrite cloud (python 3.9), but I keep getting the above error (Timed out waiting for runtime) saying it timed out after 30 s...