#@EvenPattern not working in service
4 messages · Page 1 of 1 (latest)
Are you adding @EventPattern() decorators to services? That won't work. Nest looks for those decorators in classes that are in the controllers array of the @Module() metadata
Thank you for info. This means we have to use controller even though we are using graphql?
Correct