feat: show poll interval in trigger step

This commit is contained in:
Ali BARIN
2022-09-13 23:39:10 +02:00
parent 23c568c87c
commit 02deed3e3a
6 changed files with 19 additions and 0 deletions

View File

@@ -386,6 +386,7 @@ type Trigger {
name: String
key: String
description: String
pollInterval: Int
substeps: [TriggerSubstep]
}