OBJECT

TriggerInstance

TriggerInstance

link GraphQL Schema definition

  • type TriggerInstance {
  • # The color of the trigger instance.
  • color: String!
  • # The description of the trigger instance.
  • description: String
  • # The status of the trigger instance.
  • enabled: Boolean!
  • # The unique identifier of the trigger instance.
  • id: ID!
  • # It has Options ?
  • options: Boolean!
  • # List of provides
  • provides: [String!]!
  • # The time_strategy of the trigger instance.
  • timeStrategy: String
  • # The name of the trigger instance.
  • triggerName: String!
  • }