INPUT_OBJECT

UpdateTriggerInstanceAttributes

link GraphQL Schema definition

  • input UpdateTriggerInstanceAttributes {
  • # ID of the trigger instance
  • id: ID!
  • # Attributes of the trigger instance to update
  • triggerInstance: JSON!
  • }