GitHub

BrandColors

import { BrandColors } from '@daffodil/driver/shopify'

The colors of the shop's brand.

type BrandColors = {
    __typename?: 'BrandColors';
    primary: Array<BrandColorGroup>;
    secondary: Array<BrandColorGroup>;
}