SeriesConfigInput is an input datatype for entering a series for a dashboard configuration. One of title, color, and theme color must be specified at least. And at most, one of color and themedColor can be specified.

This datatype is used by the datatype, CreateDashboardInput, which is used by the createDashboard() mutation field, and UpdateDashboardInput, which is used by the updateDashboard() mutation field.

Table: SeriesConfigInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Oct 6, 2025
colorstring  Long-TermThe color setting.
namestringyes Long-TermThe name of the configuration to set.
ThemedColorInputThemedColorInput  Long-TermA themed color for the series. See ThemedColorInput.
titlestring  Long-TermThe title of the configuration.