Skip to main content

ThemeType

No description

type ThemeType {
logo: String
themeName: String
addtionalThemes: [String]
colors: ThemeColorsType
darkColors: ThemeColorsType
}

Fields

ThemeType.logo ● String scalar

ThemeType.themeName ● String scalar

ThemeType.addtionalThemes ● [String] list scalar

this gives you a list of themes that the company can use in addtion to the default ones

ThemeType.colors ● ThemeColorsType object

ThemeType.darkColors ● ThemeColorsType object

Member of

CompanyType object