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

Mixin not working if it is used inside the loopack API instead of the endpoint. #8

Open
alecuba16 opened this issue Feb 5, 2019 · 0 comments

Comments

@alecuba16
Copy link

alecuba16 commented Feb 5, 2019

EDIT:
Is not working when you are using it from the loopback API instead from endpoint "get".

app.findOne(
"where": "...",
"include": { "relation": 'users'}
"includeThrough": {
"fields": "type"
}
)

Is possible to modify the code in order to be able to work within the loopback javascript api?

@alecuba16 alecuba16 changed the title Mixin not working (loopback@3.23.1) Mixin not working if it is used inside the loopack API instead of the endpoint. Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant