INPUT_OBJECT

UpdateInsightStateInput

Description

Input required to toggle the dismissal state of an insight.

link GraphQL Schema definition

  • input UpdateInsightStateInput {
  • # ID of the insight.
  • insightId: String
  • # Specifies if the insight should be dismissed.
  • isDismissed: Boolean
  • }

link Require by