GraphReFlyTS

API Reference

provideGraphCronScheduler()

Creates Nest provider bindings for graph cron scheduler.

Import

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

Signature

function provideGraphCronScheduler(opts: GraphCronSchedulerProviderOptions): Provider

Parameters

ParameterTypeDescription
optsGraphCronSchedulerProviderOptionsOptions that configure the helper.

Returns

Nest provider definitions for the requested boundary.

Example

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

Source

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