-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Model relations #812
Comments
Currently there is no implementation for model relations. To stay up-to-date on its release, please follow #537. |
I wish we had this feature on current release because without model relations, it's almost impossible for me to continue developing and testing on Loopback-Next :( |
Also as a friendly suggestion, please don't close an issue as soon as you post a reply. Keeping an issue open for short period of time gives opportunity to other users to be involved in discussion. |
I'd like to reopen this issue. In #537, we reached the conclusion that we are going to keep Juggler around, but we would like to eventually simplify both the features provides and the codebase. In that light I think it makes sense to discuss how to expose relations in LoopBack 4. Here is my understanding of the current status:
IMO, in order to make relations happen, two changes are needed:
@arash01 I am afraid support for relations is pretty down in our priority list. Would you like to contribute this feature yourself? We are happy to help you along the way. |
Thanks for reply. I'm not sure if my TypeScript knowledge is enough to contribute in this project. |
Duplicate of #995 |
I was wondering if model relations are implemented in current version or not yet?
I see some decorators such as @ belongsTo in source code but couldn't find any documentation about using them.
The text was updated successfully, but these errors were encountered: