Is it possible to seed nested referenced entities?
If I have three tables with a one to many relations: Agency -> Project -> Domain
I see in the docs that with
refine
you can create references from one table to another:
But I would also like to create references to domains, however I cannot keep nesting after project
. How to create relationships between project and domain, so the project refers to an agency?1 Reply
I see that all tables are automatically seeded and references, even those not mentioned in the refine callback.