feat: getProductDetail

This commit is contained in:
Tan Le
2021-09-30 15:47:57 +07:00
parent 128a9f0537
commit a4c23a2181
7 changed files with 46 additions and 13 deletions

View File

@@ -3206,7 +3206,7 @@ export type GetProductQuery = { __typename?: 'Query' } & {
variants: Array<
{ __typename?: 'ProductVariant' } & Pick<
ProductVariant,
'id' | 'priceWithTax' | 'currencyCode'
'id' | 'priceWithTax' | 'currencyCode' | 'price'
> & {
options: Array<
{ __typename?: 'ProductOption' } & Pick<