To use the CorrelationIdModule in your application you need to have the nestjs-cls and @nestjs/graphql packages installed.
CorrelationIdModule
CorrelationIdModule.forRoot({ global: true,}) Copy
CorrelationIdModule.forRoot({ global: true,})
Static
Optional
Description
To use the
CorrelationIdModulein your application you need to have the nestjs-cls and @nestjs/graphql packages installed.Example