How to resolve 'presentmentPrices' error while fetching products by query?

Hi I am trying to fetch products by query and it was working fine but I noticed storefront api introduced some breaking changes and as I updated the version it started giving me the below error

Field ‘presentmentPrices’ doesn’t exist on type ‘ProductVariant’

and I am confused how to remove this error as I have removed all the old products from the store and I am sending empty query but still getting this error.

I am updating to 2022-04 version from 2020-07 version

Any help will be really appreciated