fromWebhook()
Emit webhook delivery events for a registration id.
Import
Section titled “Import”import { fromWebhook } from "@graphrefly/ts/sources";Signature
Section titled “Signature”function fromWebhook(id: string): Operator<never, WebhookEvent>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
id | string | Webhook registration id. |
Returns
Section titled “Returns”A source operator that emits each webhook delivery event.
Example
Section titled “Example”fromWebhook("ingest-events");Source
Section titled “Source”packages/ts/src/graph/sources.ts