Skip to main content

UpdateDashletInput

Provides the fields and values to use when updating a dashlet.

input UpdateDashletInput {
id: ID!
viewId: ID
type: DashletType
title: String
properties: JSON
}

Fields

UpdateDashletInput.id ● ID! non-null scalar

Dashlet's unique identifier.

UpdateDashletInput.viewId ● ID scalar

The saved view's unique identifier.

UpdateDashletInput.type ● DashletType enum

The dashlet's type.

UpdateDashletInput.title ● String scalar

The dashlet's title.

UpdateDashletInput.properties ● JSON scalar

The dashlet's properties.

Member Of

updateDashlet mutation