DesWorkspaceInsUpsertInsightByKeyInput
Input for creating or updating an insight identified by a deduplication key.
input DesWorkspaceInsUpsertInsightByKeyInput {
insight: DesWorkspaceInsUpsertInsightInput!
insightDedupKey: String!
}
Fields
DesWorkspaceInsUpsertInsightByKeyInput.insight ● DesWorkspaceInsUpsertInsightInput! non-null input
Insight details to create or update.
DesWorkspaceInsUpsertInsightByKeyInput.insightDedupKey ● String! non-null scalar
Key used to find an existing insight or create a new one.