API Reference
createNestGraphBoundaryInterceptor()
Creates a nest graph boundary interceptor.
Import
import { createNestGraphBoundaryInterceptor } from "@graphrefly/ts/adapters/nestjs";
Signature
function createNestGraphBoundaryInterceptor(opts: NestGraphBoundaryInterceptorOptions<THost> = {}): NestGraphBoundaryInterceptor
Parameters
| Parameter | Type | Description |
|---|---|---|
opts | NestGraphBoundaryInterceptorOptions<THost> | Options that configure the helper. |
Returns
The create nest graph boundary interceptor result.
Example
import { createNestGraphBoundaryInterceptor } from "@graphrefly/ts/adapters/nestjs";
Source
packages/ts/src/adapters/nestjs.ts