GraphReFlyTS

API Reference

createGraphCronController()

Creates a graph cron controller.

Import

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

Signature

function createGraphCronController(opts: GraphCronControllerOptions): GraphCronController

Parameters

ParameterTypeDescription
optsGraphCronControllerOptionsOptions that configure the helper.

Returns

The create graph cron controller result.

Example

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

Source

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