Replies: 1 comment
-
It's a TypeORM issue. Read about their container setup. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Describe the Bug
I'm trying to use the scoped container future along with express-graphql. But I'm not able to inject the context on the classes decorated with
@Service
from typediTo Reproduce
I'm having the following exception when I try to access any endpoint under
/graphql
Expected Behavior
To be able to inject the context on any
@Service
decorated class, like follows:Logs
Environment (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions