Skip to content

Scope

reference
1 min readUpdated

Kind: Enum

Source: packages/common/interfaces/scope-options.interface.ts

Part of: Common

Values

  • DEFAULT
  • TRANSIENT
  • REQUEST

Used by

69 references from 69 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (69)

  • requestProviderpackages/core/router/request/request-providers.ts:5
  • CatsRequestScopedServiceintegration/graphql-schema-first/src/cats/cats-request-scoped.service.ts:4
  • CatsModuleintegration/graphql-schema-first/src/cats/cats.module.ts:6
  • AModuleintegration/injector/src/multiple-providers/a.module.ts:3
  • BModuleintegration/injector/src/multiple-providers/b.module.ts:3
  • CModuleintegration/injector/src/multiple-providers/c.module.ts:3
  • ScopedControllerintegration/injector/src/scoped/scoped.controller.ts:3
  • ScopedModuleintegration/injector/src/scoped/scoped.module.ts:12

…and 61 more.

Was this page helpful?

Download as PDF
Scope — NestJS head-to-head