INPUT_OBJECT
DashboardInput
link GraphQL Schema definition
- input DashboardInput {
- # category/subsystem to which the dashboard belongs
- String! :
- # csp project scoping for current dashboard
- EntityId!] : [
- # unique identifier for dashboard, to be used for update operation
- String :
- # indicates if dashboard is visible at an org level or for a user
- DashboardVisibility :
- # dashboard version, used for optimistic locking on updates.
- ID :
- # Represents JSON payload containing all the dashboard widgets, max supported size
- # : 2MB
- String! :
- }