feat(grapql-schema): add type property in Trigger
This commit is contained in:
@@ -381,6 +381,7 @@ type Trigger {
|
|||||||
key: String
|
key: String
|
||||||
description: String
|
description: String
|
||||||
pollInterval: Int
|
pollInterval: Int
|
||||||
|
type: String
|
||||||
substeps: [TriggerSubstep]
|
substeps: [TriggerSubstep]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user