Merge pull request #507 from automatisch/issue-499

feat: show poll interval in trigger step
This commit is contained in:
Ömer Faruk Aydın
2022-09-14 01:12:10 +03:00
committed by GitHub
6 changed files with 19 additions and 0 deletions

View File

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