GraphReFlyTS

API Reference

provideGraphExceptionFilter()

Creates Nest provider bindings for graph exception filter.

Import

import { provideGraphExceptionFilter } from "@graphrefly/ts/adapters/nestjs/native";

Signature

function provideGraphExceptionFilter(opts: GraphExceptionFilterProviderOptions<THost>): Provider

Parameters

ParameterTypeDescription
optsGraphExceptionFilterProviderOptions<THost>Options that configure the helper.

Returns

Nest provider definitions for the requested boundary.

Example

import { provideGraphExceptionFilter } from "@graphrefly/ts/adapters/nestjs/native";

Source

packages/ts/src/adapters/nestjs/native.ts