OBJECT
ActivityDashboardProfileView
link GraphQL Schema definition
- type ActivityDashboardProfileView implements DashboardViewInterface {
- # Identifiers of the fields shown as columns when a dashboard graph value is
- # drilled down into.
- : [ID!]!
- # Graphs shown on the activity dashboard, each identified by its graph type.
- : [DashboardGraphActivityNameType]!
- }