DashboardTheme
Dashboard theme configuration.
type DashboardTheme implements Node {
id: ID!
primaryColor: String
logo: Image
squareLogo: Image
faviconImage: Image
}
Fields
DashboardTheme.id ● ID! non-null scalar
The Globally Unique ID of this object
DashboardTheme.primaryColor ● String scalar
Primary color in hex.
DashboardTheme.logo ● Image object
Logo image.
DashboardTheme.squareLogo ● Image object
Square logo image.
DashboardTheme.faviconImage ● Image object
Favicon image.
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
Shop object