GraphReFlyTS

API Reference

workItemDomainActionProposalIntakeProjector()

Creates a work item domain action proposal intake projector.

Import

import { workItemDomainActionProposalIntakeProjector } from "@graphrefly/ts/solutions/work-item/actions";

Signature

function workItemDomainActionProposalIntakeProjector(
	graph: Graph,
	opts: WorkItemDomainActionIntakeOptions,
): WorkItemDomainActionIntakeBundle

Parameters

ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsWorkItemDomainActionIntakeOptionsOptions that configure the helper.

Returns

A node bundle that emits the projected records.

Example

import { workItemDomainActionProposalIntakeProjector } from "@graphrefly/ts/solutions/work-item/actions";

Source

packages/ts/src/solutions/work-item/actions-intake.ts