StorefrontTheme
Represents a storefront's theme options.
type StorefrontTheme implements Node {
id: ID!
primaryColor: String
backgroundColor: String
logo: Image
squareLogo: Image
faviconImage: Image
faviconUrl: String
font: Font
fontColor: String
useForDashboard: Boolean
}
Fields
StorefrontTheme.id ● ID! non-null scalar
The ID of the object
StorefrontTheme.primaryColor ● String scalar
Primary color in hex.
StorefrontTheme.backgroundColor ● String scalar
Background color in hex.
StorefrontTheme.logo ● Image object
StorefrontTheme.squareLogo ● Image object
StorefrontTheme.faviconImage ● Image object
StorefrontTheme.faviconUrl ● String scalar
URL of the favicon.
StorefrontTheme.font ● Font object
Font to be used on the storefront
StorefrontTheme.fontColor ● String scalar
Font color in hex.
StorefrontTheme.useForDashboard ● Boolean scalar
Whether to use this theme for the dashboard.
Interfaces
Node interface
An object with an ID
Member Of
Shop object