Giter Club home page Giter Club logo

Comments (8)

glentakahashi avatar glentakahashi commented on June 9, 2024 1

Not to pollute the comments, but +1 to the article that @udayrajMT linked. We have been using the internal.ts pattern with typeorm + type-graphql for months in production without any issue and we haven't run into a single circular dependency issue since.

from typeorm-typedi-extensions.

smithki avatar smithki commented on June 9, 2024

I would greatly appreciate this functionality as well!

from typeorm-typedi-extensions.

afiorito avatar afiorito commented on June 9, 2024

are there any workarounds for solving the circular dependency issue?

from typeorm-typedi-extensions.

glentakahashi avatar glentakahashi commented on June 9, 2024

Any updates on this issue?

from typeorm-typedi-extensions.

martijndeh avatar martijndeh commented on June 9, 2024

I ran into this as well. To resolve, I patched the inject repository by checking if the metadata exists by calling connection.hasMetadata for the entity type. If not, I assume the entity is a function returning the entity type and I use the return value as entity type. It was a bit tricky to figure out if the func is an entity or a function returning an entity. Is there a better way to do this?

I don't know if I should spent time creating a pull request as #37 is also still open.

from typeorm-typedi-extensions.

martijndeh avatar martijndeh commented on June 9, 2024

Is this something you can advise on @MichalLytek as you've approved #37?

from typeorm-typedi-extensions.

MichalLytek avatar MichalLytek commented on June 9, 2024

I have some circular depended entities (User and Token) and when I injecting Repository and Repository in some class, User is undefined on the moment of the class construction.

Do you have every entity and controller in different files?

from typeorm-typedi-extensions.

udayrajMT avatar udayrajMT commented on June 9, 2024

are there any workarounds for solving the circular dependency issue?

@afiorito This article may help -
https://medium.com/visual-development/how-to-fix-nasty-circular-dependency-issues-once-and-for-all-in-javascript-typescript-a04c987cf0de

from typeorm-typedi-extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.