Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/server / / createWorkflowRoutes
Function: createWorkflowRoutes()
ts
function createWorkflowRoutes(deps): Hono<{
Variables: ServerVariables;
}>;Defined in: packages/server/src/routes/workflows.ts:86
Parameters
| Parameter | Type |
|---|---|
deps | WorkflowRoutesDeps |
Returns
Hono<{ Variables: ServerVariables; }>