hyva-themes / magento2-react-checkout

Highly Customizable Checkout for Magento 2, Built with React.
BSD 3-Clause "New" or "Revised" License
179 stars 54 forks source link

Initial graphql query gives error response #331

Closed rajeev-k-tomy closed 1 year ago

rajeev-k-tomy commented 1 year ago

Getting below error with initial graphql response:

Cannot query field "product_type" on type "CartItemInterface". Did you mean "product"?; Cannot query field "row_total_incl_tax" on type "CartItemPrices".; Cannot query field "price_incl_tax" on type "CartItemPrices".

Magento instance: 2.4.6 Theme: Luma theme

rajeev-k-tomy commented 1 year ago

This is actually reported in issue #273