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

This commit is contained in:
Ali BARIN
2022-12-10 16:39:24 +01:00
parent 862734c572
commit 9cde662092
@@ -381,6 +381,7 @@ type Trigger {
key: String
description: String
pollInterval: Int
type: String
substeps: [TriggerSubstep]
}