import { ShopifyBrandColorGroup } from '@daffodil/driver/shopify'
A group of related colors for the shop's brand.
interface ShopifyBrandColorGroup {
__typename: "BrandColorGroup"
background: Maybe<Scalars['Color']['output']>
foreground: Maybe<Scalars['Color']['output']>
}
__typename "BrandColorGroup" |
|---|
background Maybe<Scalars['Color']['output']> |
|---|
The background color. |
foreground Maybe<Scalars['Color']['output']> |
|---|
The foreground color. |