Skip to content

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

@alecuba16

Description

@alecuba16

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions