GraphReFlyTS

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

ParameterTypeDescription
targetDecoratorHostConstructor | objectClass or instance that owns the decorated method.
methodKeystring | symbolMethod 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