API Reference
getNestBoundaryBindings()
Creates a get nest boundary bindings.
Import
import { getNestBoundaryBindings } from "@graphrefly/ts/adapters/nestjs";
Signature
function getNestBoundaryBindings(
target: DecoratorHostConstructor | object,
methodKey?: string | symbol,
): readonly NestBoundaryBindingMeta[]
Parameters
| Parameter | Type | Description |
|---|---|---|
target | DecoratorHostConstructor | object | Class or instance that owns the decorated method. |
methodKey | string | symbol | Method key on the decorated target. |
Returns
The get nest boundary bindings result.
Example
import { getNestBoundaryBindings } from "@graphrefly/ts/adapters/nestjs";
Source
packages/ts/src/adapters/nestjs.ts