Replies: 2 comments 12 replies
-
Are you using any of the three database connectivity methods Nestjs-Query offers above and beyond microservices? Or, is all data coming from microservices? Scott |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, all but the user/owner is coming from a mssql database using typeOrm.
…On 7. Mar 2021, 08:37 +0100, Scott ***@***.***>, wrote:
Are you using any of the three databases Nestjs-Query supports? Above and beyond microservices? Or, is all data coming from microservices?
Scott
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I want to be able to fetch the
owner
of my entites using a microservice client that talks to my login microservice.All entites extend from the base class
Resource
:User
can only be retrieved via aClientProxy
:This worked with the "vanilla" nestjs
ResolveField
decorator:How would I be able to achieve something similar with this package?
Ideally it is attached to the
Resource
Entity / DTO.It can be readonly.
Beta Was this translation helpful? Give feedback.
All reactions