diff --git a/lib/bigcommerce/api/fragments/product.ts b/lib/bigcommerce/api/fragments/product.ts index 0157f50c1..48859c9c4 100644 --- a/lib/bigcommerce/api/fragments/product.ts +++ b/lib/bigcommerce/api/fragments/product.ts @@ -16,7 +16,6 @@ export const productInfoFragment = /* GraphQL */ ` name path brand { - name entityId } description diff --git a/lib/bigcommerce/schema.d.ts b/lib/bigcommerce/schema.d.ts index 4e81f6c99..dbc010ceb 100644 --- a/lib/bigcommerce/schema.d.ts +++ b/lib/bigcommerce/schema.d.ts @@ -1674,7 +1674,7 @@ export type ProductInfoFragment = { __typename?: 'Product' } & Pick< Product, 'entityId' | 'name' | 'path' | 'description' > & { - brand?: Maybe<{ __typename?: 'Brand' } & Pick> + brand?: Maybe<{ __typename?: 'Brand' } & Pick> prices?: Maybe< { __typename?: 'Prices' } & { price: { __typename?: 'Money' } & Pick