DesWorkspaceInsUpdateInsightByIdPayload
Payload produced after updating an insight by identifier.
type DesWorkspaceInsUpdateInsightByIdPayload {
errors: [DesWorkspaceInsInsightErrorPayload!]!
insight: DesWorkspaceInsInsight
}
Fields
DesWorkspaceInsUpdateInsightByIdPayload.errors ● [DesWorkspaceInsInsightErrorPayload!]! non-null object
Errors that occurred while performing the operation.
DesWorkspaceInsUpdateInsightByIdPayload.insight ● DesWorkspaceInsInsight object
Insight updated with the provided changes.