How can I fetch products specific to a market using Shopify API?

Hello Everyone,
Some of our customers migrting to shopify markets and one of our add on is using Shopify Store API’s to fetch products.

Now we want to fetch products specific to market. So, we are planning to use GraphQL but I am not able to find any way to fetch all the products specific to market or fetching products which contains field called market like product exist n which SHopify market.

I had checked below documents but I am not able to find any query which resolve my requirements

https://shopify.dev/docs/api/admin-graphql/2023-01/objects/Market#field-market-webpresence
https://shopify.dev/docs/api/admin-graphql/2023-01/queries/products

Can someone please help me on this?