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

Circular dependencies problem #190

Closed
Matth10 opened this issue Mar 20, 2020 · 1 comment
Closed

Circular dependencies problem #190

Matth10 opened this issue Mar 20, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Matth10
Copy link

Matth10 commented Mar 20, 2020

Issue

We are currently using graphql with almost 100 of root types. After the generation of all the models.base and model we were having this error : SellerModelbase\_WEBPACK_IMPORTED_MODULE_0_.SellerModelBase is undefined.

Reason

After an investigation on that I realized we have a lot of circular dependencies.
Screen Shot 2020-03-20 at 8 27 42 AM

@chrisdrackett
Copy link
Collaborator

this has been an ongoing issue. I know @RXminuS had some ideas around this, but I'm not sure what come of them. I know there has been talk of flattening some of the generated structure so we end up with less generated files. This might help some with the circular dependencies.

@chrisdrackett chrisdrackett added the help wanted Extra attention is needed label Apr 9, 2020
@Matth10 Matth10 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants