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 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
darkstringyes Long-TermA hex color for dark theme.
lightstringyes Long-TermA hex color for light theme.