Skip to main content

DashboardActivityItem

One row in the unified recent-activity feed. refId points at the underlying entity for click-through; summaryKey is an i18n key; details carries the small already-resolved interpolation values the row needs (so the FE never issues a follow-up query per row).

type DashboardActivityItem {
kind: DashboardActivityKind!
refId: String!
at: Time!
summaryKey: String!
details: Map!
}

Fields

DashboardActivityItem.kind ● DashboardActivityKind! non-null enum

DashboardActivityItem.refId ● String! non-null scalar

DashboardActivityItem.at ● Time! non-null scalar

DashboardActivityItem.summaryKey ● String! non-null scalar

DashboardActivityItem.details ● Map! non-null scalar

Member Of

DashboardActivity object