When we use the following request through storefront API (2025-10), we are not retrieving any response. This is not just for our API only, but even we try it from GraphiQL App, we still got the same conclusion, no response for some reason. Is anyone experiencing the same issue? I am also sharing the request, and the screenshot.
query MyQuery {
collection(id: "gid://shopify/Collection/660439138670") {
products(first: 50) {
filters {
label
}
}
}
}
