forked from crowetic/commerce
Reduce query complexity lol
This commit is contained in:
parent
ee6b65725f
commit
d2a22a50b3
@ -16,7 +16,6 @@ export const productInfoFragment = /* GraphQL */ `
|
||||
name
|
||||
path
|
||||
brand {
|
||||
name
|
||||
entityId
|
||||
}
|
||||
description
|
||||
|
2
lib/bigcommerce/schema.d.ts
vendored
2
lib/bigcommerce/schema.d.ts
vendored
@ -1674,7 +1674,7 @@ export type ProductInfoFragment = { __typename?: 'Product' } & Pick<
|
||||
Product,
|
||||
'entityId' | 'name' | 'path' | 'description'
|
||||
> & {
|
||||
brand?: Maybe<{ __typename?: 'Brand' } & Pick<Brand, 'name' | 'entityId'>>
|
||||
brand?: Maybe<{ __typename?: 'Brand' } & Pick<Brand, 'entityId'>>
|
||||
prices?: Maybe<
|
||||
{ __typename?: 'Prices' } & {
|
||||
price: { __typename?: 'Money' } & Pick<Money, 'value' | 'currencyCode'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user