Arno Hilke
Arno Hilke
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem npm ### Package manager version 9.6.7 ### Language version v18.17.1 ###...
# Problem I want to show the menu with place suggestions already when the input is focussed, not just after the user typed something. I tried using `defaultOptions: true` as...
Fixes https://github.com/MichalLytek/typegraphql-nestjs/issues/54 (and I believe https://github.com/MichalLytek/typegraphql-nestjs/issues/22). Registers the context object within Nest's dependency-injection sub-tree, so that it can be injected with `@Inject(CONTEXT)` from `@nestjs/graphql` (`@Inject(REQUEST)` from `@nestjs/core` also works), following...
It seems that `@Inject(CONTEXT)` is not working with `typegraphql-nestjs` the way it does for `@nestjs/graphql`. I am trying to do something like this: ```ts import { Inject, Injectable } from...