Skip to main content

Theme

Representation of a front end theme

type Theme {
name: String
settings: [ThemeSetting]
}

Fields

name ● String

The name of the theme

settings ● [ThemeSetting]

The settings of the theme

Example

{
"settings": [
{}
]
}