Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

How to modularise ent? #2991

Closed
ramonmedeiros opened this issue Oct 6, 2022 · 0 comments
Closed

How to modularise ent? #2991

ramonmedeiros opened this issue Oct 6, 2022 · 0 comments

Comments

@ramonmedeiros
Copy link

Hi guys,

The codebase that I work with ent is growing and I would like to modularise a little bit, with the goal to separated some entities in modules, so I can do separated migrations and in case some of them change, does not affect other entities.

So, let's say I have 3 or 4 ent modules in my codebase. How these cases work:

  1. Let's say entity A(module 1) has an edge with entity B (module2). Is it possible to keep them connected? use hooks and stuff?

  2. Will my app have one ent client or multiple?

These are the cases that come to my mind, feel free to bring more cases

@ent ent locked and limited conversation to collaborators Oct 6, 2022
@a8m a8m converted this issue into discussion #2992 Oct 6, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant