Skip to content

Avoid circular dependencies #29

@Firesphere

Description

@Firesphere

When I have a circular relation, e.g. every object in the database ends up being dumped out.

Did I use the limiting via exclude? Yes.

But it still dumps out everything.

I would like a feature that would limit the dependency circle to 1.

E.g.
Location => City(1) => Locations(1) => City(Already exists)

Currently, because in the above, a City has a lot of locations, every location gets included, I wish it was limited to 1.

I'm very sure this is not explained clearly, but I hope it is clear enough to get the picture :D

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions