Skip to main content

DesWorkspaceInsInsightUserActionInput

User action parameters applied to an insight update.

input DesWorkspaceInsInsightUserActionInput {
isAck: Boolean
newTaskIds: [ID!]
status: String
}

Fields

DesWorkspaceInsInsightUserActionInput.isAck ● Boolean scalar

Whether the insight is acknowledged by the user.

DesWorkspaceInsInsightUserActionInput.newTaskIds ● [ID!] list scalar

Tasks created while handling the insight.

DesWorkspaceInsInsightUserActionInput.status ● String scalar

New status to apply to the insight.