mirror of
https://github.com/graphql-hive/console
synced 2026-04-23 15:37:17 +00:00
361 B
361 B
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/*