OBJECT
Dashboard
link GraphQL Schema definition
- type Dashboard implements Node, NodeVersion {
- # category represents a unique dashboard type can take any form as consumer/UI
- # pleases
- String! :
- # CSP user who created dashboard
- User! :
- # Timestamp at which dashboard is created. Expressed in UTC ISO-8601 format
- DateTime! :
- # cspProject Entity describing project visibility scope for this dashboard
- Entity!] : [
- # unique identifier for the dashboard
- String! :
- # indicates if dashboard is visible at an org level or for a user
- DashboardVisibility! :
- # Opaque global node ID
- ID! :
- # Timestamp at which dashboard is updated. Expressed in UTC ISO-8601 format
- DateTime :
- # Opaque version string for this graph node instance
- ID! :
- # This represents a dashboard structure than can be rendered using a UI technology
- JSON! :
- # CSP user who updated dashboard
- User :
- }