OBJECT
TriggerInstance
TriggerInstance
link GraphQL Schema definition
- type TriggerInstance {
- # The color of the trigger instance.
- : String!
- # The description of the trigger instance.
- : String
- # The status of the trigger instance.
- : Boolean!
- # The unique identifier of the trigger instance.
- : ID!
- # It has Options ?
- : Boolean!
- # List of provides
- : [String!]!
- # The time_strategy of the trigger instance.
- : String
- # The name of the trigger instance.
- : String!
- }