Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CronTrigger

Hierarchy

  • CronTrigger

Index

Properties

Optional comment

comment: string

Custom comment.

headers

headers: Array<HeaderFromEnv | HeaderFromValue>

List of headers to be sent with the webhook

include_in_metadata

include_in_metadata: boolean

Flag to indicate whether a trigger should be included in the metadata. When a cron trigger is included in the metadata, the user will be able to export it when the metadata of the graphql-engine is exported.

name

Name of the cron trigger

Optional payload

payload: object

Any JSON payload which will be sent when the webhook is invoked.

Optional retry_conf

retry_conf: RetryConfST

Retry configuration if scheduled invocation delivery fails

schedule

schedule: string

Cron expression at which the trigger should be invoked.

webhook

webhook: WebhookURL

URL of the webhook

Generated using TypeDoc