|
|
@@ -2535,6 +2535,7 @@ export type Product = Node & {
|
|
|
createdAt: Scalars['DateTime']['output'];
|
|
|
customFields?: Maybe<Scalars['JSON']['output']>;
|
|
|
description: Scalars['String']['output'];
|
|
|
+ enabled: Scalars['Boolean']['output'];
|
|
|
facetValues: Array<FacetValue>;
|
|
|
featuredAsset?: Maybe<Asset>;
|
|
|
id: Scalars['ID']['output'];
|