GitHub

BrandColorGroup

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

import { BrandColorGroup } from '@daffodil/driver/shopify'
type BrandColorGroup = {
    __typename?: 'BrandColorGroup';
    background?: Maybe<Scalars['Color']['output']>;
    foreground?: Maybe<Scalars['Color']['output']>;
}
Type Options
BrandColorGroup { __typename?: 'BrandColorGroup'; background?: Maybe<Scalars['Color']['output']>; foreground?: Maybe<Scalars['Color']['output']>; }