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
|
name
|
||||||
path
|
path
|
||||||
brand {
|
brand {
|
||||||
name
|
|
||||||
entityId
|
entityId
|
||||||
}
|
}
|
||||||
description
|
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,
|
Product,
|
||||||
'entityId' | 'name' | 'path' | 'description'
|
'entityId' | 'name' | 'path' | 'description'
|
||||||
> & {
|
> & {
|
||||||
brand?: Maybe<{ __typename?: 'Brand' } & Pick<Brand, 'name' | 'entityId'>>
|
brand?: Maybe<{ __typename?: 'Brand' } & Pick<Brand, 'entityId'>>
|
||||||
prices?: Maybe<
|
prices?: Maybe<
|
||||||
{ __typename?: 'Prices' } & {
|
{ __typename?: 'Prices' } & {
|
||||||
price: { __typename?: 'Money' } & Pick<Money, 'value' | 'currencyCode'>
|
price: { __typename?: 'Money' } & Pick<Money, 'value' | 'currencyCode'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user