Skip to main content

StorefrontThemeInput

No description

input StorefrontThemeInput {
primaryColor: String
backgroundColor: String
logo: Upload
squareLogo: Upload
faviconImage: Upload
faviconUrl: String
font: String
fontColor: String
useForDashboard: Boolean
}

Fields

StorefrontThemeInput.primaryColor ● String scalar

Primary color in hex.

StorefrontThemeInput.backgroundColor ● String scalar

Background color in hex.

StorefrontThemeInput.logo ● Upload scalar

Logo file.

StorefrontThemeInput.squareLogo ● Upload scalar

Square logo file.

StorefrontThemeInput.faviconImage ● Upload scalar

Favicon file

StorefrontThemeInput.faviconUrl ● String scalar

URL of the favicon.

StorefrontThemeInput.font ● String scalar

ID of of the selected font.

StorefrontThemeInput.fontColor ● String scalar

Font color in hex.

StorefrontThemeInput.useForDashboard ● Boolean scalar

Whether to use this theme for the dashboard.

Member Of

storefrontThemeCreate mutation ● storefrontThemeUpdate mutation

Was this page helpful?