GitHub

BrandColorGroup

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

A group of related colors for the shop's brand.

type BrandColorGroup = {
    __typename?: 'BrandColorGroup';
    background?: Maybe<Scalars['Color']['output']>;
    foreground?: Maybe<Scalars['Color']['output']>;
}