-
Notifications
You must be signed in to change notification settings - Fork 10
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
Relation Handling #20
Comments
What do your classes look like? DemoAddress and User? |
I could add function getRole() to make it work
but I don't know if this is according to your design or not. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I could get the relation response if I use
join()
to addexpand
to the request. But it get error when it try to populate the model like this image belowI've follow the convention mentioned in the readme that uses both the primary model & the child model. using array declaration when its one to many, but still, the problem persists.
do you know how to fix it? or have you encounter similar problem?
The text was updated successfully, but these errors were encountered: