pub fn from_webhook(id: impl Into<String>) -> Operator<WebhookEvent>Expand description
from_webhook: register an inbound webhook bridge through the graph environment.
The host HTTP framework/server owns routing and calls the installed driver. GraphReFly exposes the inbound payload as DATA while keeping async work at the environment boundary (D130/D131).