DesWorkspaceInsUpdateInsightByIdInput
Input for updating an existing insight by its identifier.
input DesWorkspaceInsUpdateInsightByIdInput {
id: ID!
userAction: DesWorkspaceInsInsightUserActionInput!
}
Fields
DesWorkspaceInsUpdateInsightByIdInput.id ● ID! non-null scalar
Identifier of the insight to be updated.
DesWorkspaceInsUpdateInsightByIdInput.userAction ● DesWorkspaceInsInsightUserActionInput! non-null input
User action describing how the insight should change.