INPUT_OBJECT
Input required to toggle the dismissal state of an insight.
input UpdateInsightStateInput {# ID of the insight.insightId: String# Specifies if the insight should be dismissed.isDismissed: Boolean}