ThemedColorInput is an input datatype for the colors used based on the theme.

This datatype is used by the datatype, SeriesConfigInput, which is used by two other input datatypes: CreateDashboardInput, which is used by the createDashboard() mutation field; and UpdateDashboardInput, which is used by the updateDashboard() mutation field.

Table: ThemedColorInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Oct 6, 2025
darkstringyes Long-TermA hex color for dark theme.
lightstringyes Long-TermA hex color for light theme.