GitHub

BrandColors

The colors of the shop's brand.

import { BrandColors } from '@daffodil/driver/shopify'
type BrandColors = {
    __typename?: 'BrandColors';
    primary: Array<BrandColorGroup>;
    secondary: Array<BrandColorGroup>;
}
Type Options
BrandColors { __typename?: 'BrandColors'; primary: Array<BrandColorGroup>; secondary: Array<BrandColorGroup>; }