mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Added usePrice to products in the landing
This commit is contained in:
@@ -51,6 +51,10 @@ export const productInfoFragment = /* GraphQL */ `
|
||||
value
|
||||
currencyCode
|
||||
}
|
||||
retailPrice {
|
||||
value
|
||||
currencyCode
|
||||
}
|
||||
}
|
||||
images {
|
||||
edges {
|
||||
|
3
lib/bigcommerce/schema.d.ts
vendored
3
lib/bigcommerce/schema.d.ts
vendored
@@ -1739,6 +1739,9 @@ export type ProductInfoFragment = { __typename?: 'Product' } & Pick<
|
||||
salePrice?: Maybe<
|
||||
{ __typename?: 'Money' } & Pick<Money, 'value' | 'currencyCode'>
|
||||
>
|
||||
retailPrice?: Maybe<
|
||||
{ __typename?: 'Money' } & Pick<Money, 'value' | 'currencyCode'>
|
||||
>
|
||||
}
|
||||
>
|
||||
images: { __typename?: 'ImageConnection' } & {
|
||||
|
Reference in New Issue
Block a user