CustomBrandingConfigurationsInput
Input for the branding configuration values.
input CustomBrandingConfigurationsInput {
themePreset: ThemePreset!
fontFamily: FontFamily!
logo: Upload
banner: Upload
bannerTitle: String
bannerSubtitle: String
bannerTextColor: BannerTextColor!
}
Fields
CustomBrandingConfigurationsInput.themePreset ● ThemePreset! non-null enum catalog-service {#theme-preset}
Theme preset. Required.
CustomBrandingConfigurationsInput.fontFamily ● FontFamily! non-null enum catalog-service {#font-family}
Font family. Required.
CustomBrandingConfigurationsInput.logo ● Upload scalar platform {#logo}
Logo image to upload. Optional. Set to null to clear an existing logo, or omit to leave it unchanged. An empty string ("") is not a valid Upload value.
CustomBrandingConfigurationsInput.banner ● Upload scalar platform {#banner}
Banner image to upload. Optional. Set to null to clear an existing banner, or omit to leave it unchanged. An empty string ("") is not a valid Upload value.
CustomBrandingConfigurationsInput.bannerTitle ● String scalar miscellaneous {#banner-title}
Banner title (max 25 characters).
CustomBrandingConfigurationsInput.bannerSubtitle ● String scalar miscellaneous {#banner-subtitle}
Banner subtitle (max 125 characters).
CustomBrandingConfigurationsInput.bannerTextColor ● BannerTextColor! non-null enum catalog-service {#banner-text-color}
Banner text color. Required.
Member Of
CustomBrandingCreateInput input ●
CustomBrandingUpdateInput input