I can get query info by using this package, as described in here and here. How do I implement same functionality (i.e. get info object of the request) with type-graphql?
Asked
Active
Viewed 205 times
1 Answers
1
Use @Info
decorator to retrieve GraphQLResolveInfo
value as the parameter.

Michał Lytek
- 10,577
- 3
- 16
- 24