Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Informations] How to handle relations ? #59

Open
vince83110 opened this issue Sep 8, 2021 · 0 comments
Open

[Informations] How to handle relations ? #59

vince83110 opened this issue Sep 8, 2021 · 0 comments

Comments

@vince83110
Copy link

We are trying to find a good and easy way to handle relations.

I explain, I have :

  • 1 entity Website
  • n entites Url, related to Website (1 Website can have multiple Url)

I want to get notified when I create an Url related to the Website, I want the topic Website to be updated.

For now, I manually change a property in the parent (for example a field updatedAt).

Can I use some better way ? Or did I miss something in the doc ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant