
How does Appwrite behave in cyclic dependencies?
Consider following (is for multi tenant): Customer(User, Address, Shop) Shop(List<Customer>) Order(Customer, Shop)
What is the output, if I create a Order and fetch it afterwards.
In my case, I think in the nested json there is the data missing (otherwise it would create infinity children).
- Am I right?
- How to solve this?
Recommended threads
- Google login error: {"message":"Invalid ...
hi, im trying to use google login with account.createOAuth2Session( 'google', 'profevardilla.pages.dev', 'profevardilla.pages.dev'...
- Create owner team member with Server fun...
I understand that when creating a team with a function, the user that made the request will not be the owner so I think I have to add the user that did the requ...
- Appwrite processing global envs and chan...
So I define a global env - GCP_CREDENTIALS in global env of my appwrite projcet and refer to it in my functions as ```gcp_creds: JSON.PARSE(GCP_CREDENTIALS)```...
