mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
|
|
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Workflow Service
Services for running asynchronous tasks and cron jobs. E.g. sending email, webhooks or other maintenance/clen up tasks.
Structure
# Definition of Webook Payload Models using zod
src/webhooks/*
# Task Definitions
src/tasks/*
# General lib
src/lib/*