feat(grapql-schema): add type property in Trigger

This commit is contained in:
Ali BARIN
2022-12-10 16:38:25 +01:00
parent 862734c572
commit 9cde662092

View File

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