Skip to content
PACKAGES

workItemDomainActionProposalIntakeProjector()

Creates a work item domain action proposal intake projector.

import { workItemDomainActionProposalIntakeProjector } from "@graphrefly/ts/solutions/work-item/actions";
function workItemDomainActionProposalIntakeProjector(
graph: Graph,
opts: WorkItemDomainActionIntakeOptions,
): WorkItemDomainActionIntakeBundle
ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsWorkItemDomainActionIntakeOptionsOptions that configure the helper.

A node bundle that emits the projected records.

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

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