UpdateDashboardInput
Provides the fields and values to use when updating a dashboard.
input UpdateDashboardInput {
id: ID!
name: String
access: DashboardAccessInput
isDefault: Boolean
layout: JSON
}
Fields
UpdateDashboardInput.id
● ID!
non-null scalar
Dashboard's unique identifier.
UpdateDashboardInput.name
● String
scalar
The dashboard's name.
UpdateDashboardInput.access
● DashboardAccessInput
input
The dashboard's access.
UpdateDashboardInput.isDefault
● Boolean
scalar
Whether this dashboard is the default.
UpdateDashboardInput.layout
● JSON
scalar
The dashboard's layout.
Member Of
updateDashboard
mutation