Skip to content

Releases: brianmclachlin/bidirectional-modules

no-circular-dependency

04 Feb 02:51
Compare
Choose a tag to compare

Here I have all of my modules in the api application. Now my forwardRef imports work as expected and removes the circular dependency.

Module Circular Dependency

04 Feb 02:49
Compare
Choose a tag to compare

Here I am using a module library per entity and it creates a circular dependency in my graphQL resolvers when trying to resolve bidirectional relationships. The forwardRef module imports does not at resolving the issue.