Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/server / / createWorkflowRoutes

Function: createWorkflowRoutes()

ts
function createWorkflowRoutes(deps): Hono<{
  Variables: ServerVariables;
}>;

Defined in: packages/server/src/routes/workflows.ts:60

Parameters

ParameterType
depsWorkflowRoutesDeps

Returns

Hono<{ Variables: ServerVariables; }>

Stable